这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《30分手写堆...》回复:
oh 还是30分
在讨论《30分手写堆...》回复:
oh 发现自己写的删除有点问题
## 手写堆,30分,查了好久没查出来,求查错(和别人不太一样的地方写注释了) ```cpp #include using namespace std; int a[1000001]; int n,num; inline void swap(int x,int y){ int t; t=a[x]; a[x]=a[y];…
在讨论《蓝名求数据》回复:
你写c++的了吗..
在讨论《蓝名求数据》回复:
@[_风休住_](/space/show?uid=116851) 写过题解的大佬快来救我
## 有大佬给下6.8.9.10的数据吗qwq ```cpp #include using namespace std; struct node{ int left; int right; long long mix; }; node a[1001]; bool cmp(node m,node n){ return m…
在讨论《关于本地运行全对 但上传全wa问题》回复:
诶woc怎么贴了两遍代码..
在讨论《关于本地运行全对 但上传全wa问题》回复:
哇哇哇,在线召唤大佬
# 代码如下: - ```cpp #include using namespace std; int a[2500][2500],point[2500],du[2500],summm,pointc; char ch[2500]; void dfs(int x){ summm++; ch[summm]=x; for( i…
在讨论《用户名颜色是什么鬼?》回复:
回复讨论水经验[滑稽]
#include using namespace std; int m,n,a[2002],sum; int find(int x){ if(a[x]==x) return x; else { a[x]=find(x); return a[x]; } } void hebing(int x,int y){ int f1…
在讨论《过不了监测点2,自己测不出来哪里错了?》回复:
同