这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《为什么测试对了,提交全WA?求个大佬看看!!!》回复:
有哪个大佬帮忙看看嘛?孩子快疯了
```c #include #include #include int main() { int n,a,b; char str[100]; char s[100]; char m; scanf("%d",&n); getchar();//吸收数字后的回车 while (n--) { memset(s,0,sizeof…