这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《老大这还是省选吗》发表评论:
CCF 真的很良心,给 CCF 这种好组织点赞!CCF 害怕选手不知道,在初赛就已经给选手剧透了有交互题等信息,我们热泪盈眶,说不出的感激。
在讨论《关于 Library Checker 注册》回复:
选择成为匿名用户 /qiang
在讨论《关于 Library Checker 注册》回复:
@[小粉兔](luogu://user/10703)开梯子是需要一定智商的。
在讨论《关于 Library Checker 注册》回复:
我这边显示网络正常,应该不是网络问题(?)
 显示这个,没看懂是什么意思。
在讨论《关于 Library Checker 注册》回复:
@[LegendaryMiracle](luogu://user/1557225)@[Gs_The_Wolrd](luogu://user/1361758)你们觉得我不受信任还能在哪里问
在讨论《关于 Library Checker 注册》回复:
我这边显示网络没问题,应该不是网络的问题()
 显示这个,没看懂是什么意思。
在讨论《有关 Library Checker 的注册》回复:
我这边网络显示正常。应该不是网络问题(?)
 显示这样,没看到那个是什么意思。
为啥三个小样例一直 T 啊,其它点都没问题 /yiw ```cpp #include #define int long long #ifdef __linux__ #define gc() (p1==p2&&(p2=(p1=buf)+fread(buf,1,1 inline void read(Tp &x) {x=0;…
```cpp #include #define int long long using namespace std; int n,m,ans,d[100005]; bool vis[100005],vis2[100005]; vector g[100005]; void dfs(int u){ vis2[u]=1; f…
在讨论《关于 CSP》回复:
@[_Putin_](luogu://user/1025329)谢谢,我试试
在讨论《关于 CSP》回复:
@[_Putin_](luogu://user/1025329)所以把文件拖进去就好了吧
在讨论《关于 CSP》回复:
@[_Putin_](luogu://user/1025329)所以上面那个对吗
在讨论《关于 CSP》回复:
@[pika_](luogu://user/1038404)所以就是一个文件 `std.out` 和 `ac.out` 判断内容以不一样就是写 `fc std.out ac.out` 对吗
```cpp #include #define int long long using namespace std; int n,m,a[1005]; struct node{ int l,r,gcd; }tree[4005]; int gcd(int a,int b){ if(b==0)return a; retur…
```cpp #include #define int long long using namespace std; struct node{ int to,w; bool operator>(const node&other)const{ return w>other.w; } }; int n,m,s,dist[1…
在讨论《?找不出问题》回复:
哦哦,我知道了
在讨论《?找不出问题》回复:
@[G2_NIKO](luogu://user/666028)为什么这样是对的(?)
在讨论《?找不出问题》回复:
@[G2_NIKO](luogu://user/666028)为啥 `11:9` 不对?
```cpp #include #define int long long using namespace std; int t,m; int gcd(int a,int b){ if(b==0)return a; return gcd(b,a%b); } signed main(){ cin>>t>>m; while…
```cpp #include #define int long long using namespace std; char c[65000]; int cnt,a,b; signed main(){ while(cin>>c[++cnt])if(c[cnt]=='E')break; cnt--; for(int i…
在讨论《关于 CSP》回复:
@[iamsh](luogu://user/656427)意思就是这样吗?比如我的可执行文件是 `std.in` ```cpp #include #define int long long using namespace std; signed main(){ system("std.cpp s1.out"); ...…
在讨论《关于 CSP》回复:
@[MspAInt](luogu://user/736801)那个第四条,我不用 vscode 咋办,fc/w 是什么 qwq
在讨论《关于 CSP》回复:
@[_Ad_Astra_](luogu://user/317622) 呃呃呃,打错了,但是改过来还是没有输出的。
1. 如果真的用了 `#define int long long` 会不会出问题。 2. 比如说这份代码: ```cpp #include #define int long long using namespace std; int n; signed main(){ freopen("s.in","r",stdin)…
```cpp #include #define int long long using namespace std; int n,m,a[500005],b[500005],t[500005]; int lowbit(int x){ return x&(-x); } int gcd(int a,int b){ if(b…
在讨论《为什么 RE?》回复:
是我糖了,没读题面。