这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; const int N=1e5; typedef long long ll; int n,m; int a[N]; bool check(ll x){ int cnt=0,tot=0; for(int i=1;i >n>>m; int l,r;…