这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp //P3378 【模板】堆 #include #define int long long using namespace std; const int N=1e7+10; int a[N]={0},n,tmp=1; void fu(int f){ if(f/2!=0 && a[f/2]>a[f]) swa…