这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《34WA,求条》回复:
34都是WA啊,求求
```cpp #include using namespace std; int sumway(int a, int b, int c, int d,int e,int f) { if (c == a - 2 && d == b - 1) return 0; if (c == a - 1 && d == b - 2)…