这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《2、5WA,求调,感谢大牛,必关》回复:
@[TangHarry](luogu://user/1258376) @[WYX1210](luogu://user/560118)谢谢,已关
```c #include #include int main() { int t,len,cnt,num,n1,n2; int i,j; char s[21]; scanf("%d",&t); for(i=0;i 'A'&&s[j] =5){ n2=cnt-5; }else{ n2=5-cnt; } num=(n1<…
在讨论《求调,为啥不能用getchar啊?》回复:
抱歉抱歉,犯傻了 感谢大佬@[729hao](luogu://user/761419)@[chenjunnan](luogu://user/1041850)
```c #include #include int main(){ char s; int cnt; while((s=getchar())!='\n'){ if(s!=' '){ cnt++; } } printf("%d\n",cnt); return 0; } ``` --- 自己运行没有问题,下下来的数据(i…