谨言慎行,宠辱不惊
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
因学术不端而棕名惩罚 14 天
```cpp #include #define ll long long using namespace std; const int MAXN=100010; int n; ll m; int ans=0; int total_min=INT_MAX; struct candy{ int x,y; }a[MAXN];…