摘要: 用线段树来模拟加减法过程,维护连续一段中是否全为0/1。 因为数字很大,我们60位压一位来处理。 1 #include<iostream> 2 #include<cstring> 3 #include<cstdlib> 4 #include<cmath> 5 #include<cstdio> 6 # 阅读全文
posted @ 2018-12-19 15:31 wls001 阅读(117) 评论(0) 推荐(0) 编辑