这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《#4,6,8,10WA(数据规模较大案例)本地#4输出为空》回复:
开long long了输出还是空的qaq
```cpp #include using namespace std; const int N=2e5+10; int x[N],fa[N]; const int U=N-2; const int T=N-1; const int F=-T; char opt; long long a,b; int find(int…
``` #include using namespace std; string input; long long front=0,back=0; char type; int cnt; bool b=0; void cut(){ int time=0; for(int i=0;i '9') { type=input[…
``` #include using namespace std; string input; long long front=0,back=0; char type; int cnt; bool begin=0; void cut(){ int time=0; for(int i=0;i '9') { type=in…
```cpp #include using namespace std; int n; int ax,bx; char way; char vec; int numc; std::string x; int num(int a){ int b=0; while(a!=0){ a/=10; b++; } return b…