仄个家伙很勤奋, 什么都瘤下了
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; #define N 100005 int n, m, a[N]; int d[N], b[N]; void build(int s, int t, int p) { if (s == t) { d[p] = a[s]; return ; } in…
在讨论《95分求调》回复:
@[yangzc99](luogu://user/1078760)不是。。哥们这不对吧。。(8成人品问题)
写的线段树代码,打了2000多字节,结果最后一个数据被卡了((⊙﹏⊙)),求助谢啦!!☆⌒(*^-゜)v!! ```cpp #include #include #include using namespace std; typedef long long LL; const LL MAXN = 1000000 + 10…