摘要: 1 1183 线段树板子题。过。 #include <cstdio> #include <cstring> #include <algorithm> #include <cmath> using namespace std; const int N=1e5+5; long long tree[4*N 阅读全文
posted @ 2020-09-27 10:52 刘子闻 阅读(96) 评论(0) 推荐(0)