摘要: 常量定义 N=6#线段树范围[1,N] tree=[0]*(N<<2) tags=[0]*(N<<2) 空间复杂度O(4n) 左右节点id函数 def left_node(node_id): return node_id<<1 def right_node(node_id): return node 阅读全文
posted @ 2026-01-16 22:42 404CatNotFound 阅读(10) 评论(1) 推荐(1)
摘要: 1 import requests 2 import turtle 3 import time 4 from lxml import etree 5 6 7 wb = open('1.txt', 'w') 8 wb.close() 9 url = 'https://www.xxbiqudu.com/ 阅读全文
posted @ 2022-05-28 21:28 404CatNotFound 阅读(1) 评论(0) 推荐(0)