这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int wei[9] = {0}; string shuru; bool jishu[9] = {1,0,1,0,1,0,1,0,1}; bool pan = false; void as(int a) { // for(int i = 0;i…
在讨论《求助,c++明明本地输出全对,但全红》回复:
@[tj2024](/user/1502052) 解决了,这个原因真绷不住
```cpp #include #include using namespace std; string x__ = "x.."; string x_x = "x.x"; string xxx = "xxx"; string __x = "..x"; string a1[5] = { __x,__x,__x,__x,_…