这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《美》回复:
发错了~~~~
```cpp #include #include #include #include #include using namespace std; const int maxn=100000; struct node{ int l,r; long long num,multi; }tree[4*maxn]; int n,…