摘要: 十分玄学的数据结构~ code: #include <bits/stdc++.h> #define N 1000006 #define setIO(s) freopen(s".in","r",stdin),freopen(s".out","w",stdout) using namespace std 阅读全文
posted @ 2019-10-08 20:25 EM-LGH 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 模拟赛的T2,多敲了两行成功爆掉~ 写线段树合并的时候一定要注意一下不能随意新开节点. code: 阅读全文
posted @ 2019-10-08 14:25 EM-LGH 阅读(160) 评论(0) 推荐(0) 编辑