这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《求助 推荐一下noip提高组的书》回复:
谢谢
在讨论《哪里错了 只有20分》回复:
@[Frozencode](/space/show?uid=64166) b[he]=false;he应该是u
在讨论《哪里错了 只有20分》回复:
已解决
RT ```cpp #include using namespace std; int n,m,s; struct en { int to; int next; int dis; }a[300010]; int head[300010],num; int h[900010],dis[20010]; bool b[200…
在讨论《第十一个点是数据错了吗》回复:
@[142857cs](/space/show?uid=35760) 谢谢 解决了
在讨论《第十一个点是数据错了吗》回复:
求大佬看看
3 2 3 1 3 1 2 1 0 0 //所有文化都通 0 0 1 2 1 1 3 1 //起点终点有路 2 3 1 按理说答案不是1吗 ```cpp #include using namespace std; void dfs(int k,int t,int x); int a[1001],c[1001][1001…
在讨论《开了氧气ac 不开4个点wa真是奇怪》回复:
@[Bambusoideae](/space/show?uid=106140) 第一个没写好 看了像是tle
```cpp #include using namespace std; int a[10010]; int b[10010]; int q[10010]; int ans[10010]; int n,x1,x2; int main() { ios::sync_with_stdio(false); cin.tie(0)…
在讨论《开了氧气就ac 不开就60分 大佬进来看一下》回复:
是直接wa 不是tle
在讨论《开了氧气就ac 不开就60分 大佬进来看一下》回复:
求大佬
真是奇怪 ```cpp #include using namespace std; int a[10010]; int b[10010]; int q[10010]; int ans[10010]; int n,x1,x2; int main() { ios::sync_with_stdio(false); cin.t…