这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《k短路过不了 亲测》回复:
## **~~你们可以打一下子嘛?~~**
在讨论《有无大佬看看为啥直接爆》回复:
你没有#
NOTE: In all the test cases, all the series elements are positive integers. The series will have at least 7 elements. number of test cases <=100. All the number…
```cpp // luogu-judger-enable-o2 #include #include #include using namespace std; int n,p=0; int map[200001]; int ru[200001]; int sum[200001]; int flag[200001];…
```cpp #include #include #include using namespace std; int n,p=0; int map[200001]; int ru[200001]; int sum[200001]; int flag[200001]; int main() { cin>>n; int m…
在讨论《为什么我的小根堆和set都去世了.....》回复:
@[wenzhang](/space/show?uid=36090) 我用set了......为啥还是去世
在讨论《为什么我的小根堆和set都去世了.....》回复:
pop最后加了num--了。。代码上忘加了,只有30分
在讨论《为什么我的小根堆和set都去世了.....》回复:
都是tle.....
这是手打的小根堆... ```cpp #include #include #include using namespace std; int num=0; int heap[10000001]; void insert(int x) { heap[++num]=x; int fa=num; while(fa>1) {…