这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《取值范围没有啊》回复:
听说是: 导弹的高度<=30000,导弹个数<=20
```cpp #include #include char a[30]; int len; void swap(char *p1,char *p2) { if(p1>=p2) return; else if(*p2=='%') p2--; char temp; while(1) { temp=*p1;*p1=*p2,*…
view plainprint? ```cpp #include #include char exm[20],sen[1000010]; int num=0,place=0,l=0; int main() { gets(exm);strlwr(exm); gets(sen);strlwr(sen);l=strlen(e…