小曲
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; char s[10001]; int a[1010],b[1010],c[100001]; int main(){ scanf("%s",s+1); int lena=strlen(s+1); for(int i=1;i 1){ lenc--;…
在讨论《63分,用vector,求条(TLE)》回复:
感谢,已关
```cpp #include using namespace std; int main(){ int q,w,e; vector z; cin>>q; for(int a=0;a >w>>e; int s; switch(w){ case 1: z.insert(z.begin(),e); break; case…
```cpp #include using namespace std; int x(int m) { return m%32==0?32:m%32; } int main() { int q,w,e,r,t=0; cin>>q; char z[q]; bool l=0; for(int a=0;a >z[a]; fo…
在讨论《团队封禁公告》回复:
qp
快读快写我都用上了,还TLE ```cpp #include using namespace std; int z[300010],x[300010],c[300010]; int read(){ int q=0,w=1;char e=getchar(); while(e '9'){if(e=='-')w=-1;e=g…