肘开一条AK路
肘开一条AK路
全部文章
题解
归档
标签
去牛客网
登录
/
注册
肘开一条AK路的博客
全部文章
/ 题解
(共1篇)
题解 | #A Simple Problem with Integers#
放一个标准的线段树AC代码,懒标记区间修改 #include <cstdio> using namespace std; const int N = 1e6 + 10; typedef long long ll; ll w[N]; int n, q; ...
C++
线段树
2025-07-11
1
14