这个家伙很帅,什么也没留下
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; const long long maxn=5e5+10; struct node{ long long fr,to,next; }edge[maxn*8+10],edge2[maxn*8+10]; long long n,m,vex[maxn],…
```cpp #include using namespace std; const long long p=10000; const long long maxn=206; struct node{ long long a[maxn][maxn]; long long x,y;//矩阵的长和宽 node(){ mem…
在讨论《扣 1 复活讨论区》回复:
1
在讨论《如果你 TLE on #6》回复:
@[ruik](luogu://user/1241014) 我开到1e7了 还TLE 何解?