passionnnnn!!!
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
思路有参考题解 ```cpp #include using namespace std; const int N = 205; int fx, fy, ft; int cx, cy, ct; int dx[5] = {-1, 0, 1, 0}; int dy[5] = {0, 1, 0, -1}; char a[N][…
思路有参考题解 ```cpp #include using namespace std; const int N = 205; int fx, fy, ft; int cx, cy, ct; int dx[] = {-1, 0, 1, 0}; int dy[] = {0, 1, 0, -1}; char a[N][N]…
在讨论《p5737 一直过不去 求大佬帮助》回复:
建议把11行代码t赋值为0 不然t里面是个随机数