这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; struct node { long long x,y; }; string a[100]; int n,m,sum=0; int dx[6]={0,0,-1,1,0}; int dy[6]={0,1,0,0,-1}; queue q; void…
```cpp #include using namespace std; string step[2010]; long long num[2010],tot; stack st; long long error() { cout '9') { if(ch=='-') w=-1; ch=getchar(); } whi…
在讨论《80pts #5TLE 求调》回复:
@[big_banana](luogu://user/1069571) 好的谢谢
```cpp #include using namespace std; int n,m,a[1000000]; int read() { int x=0,f=1; char c=getchar(); while(c '9') { if(c=='-') f=-1; c=getchar(); } while(c>='0'…