摘要: #include<bits/stdc++.h> using namespace std; inline int read() { int x=0,f=1;char c=getchar(); while(c<'0'||c>'9') {if(c=='-') f=-1;c=getchar();} whil 阅读全文
posted @ 2021-05-24 12:28 zlc0405 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 给定数列,区间查询和,区间取模,单点修改。 #include<bits/stdc++.h> using namespace std; inline int read() { int x=0,f=1;char c=getchar(); while(c<'0'||c>'9') {if(c=='-') f 阅读全文
posted @ 2021-05-24 11:11 zlc0405 阅读(49) 评论(0) 推荐(0) 编辑