这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include #include #include #include using namespace std; int n,m; int const maxn=100; int vis[maxn][maxn]; int map[maxn][maxn]; int a[500][5];//当前位置 一维 第…
```cpp #include #include #include #include using namespace std; int n,m; int const maxn=100; int vis[maxn][maxn]; int map[maxn][maxn]; int a[500][5];//当前位置 一维 第…
在讨论《可读性超强 不信进来看 样例全能过 》回复:
@[I\_AM\_HelloWord](/space/show?uid=54916) 我样例全过了
但是一个点没过 谁能告诉下原因 ```cpp #include #include #include using namespace std; const int maxn=100; int f[maxn][maxn][maxn]; int w[maxn]; int map[maxn][maxn]; int b[maxn…
```cpp #include using namespace std; int m,n; int map[20][20]; int a[100][3];//当前所在位置 int vis[20][20]; int dx[5]={0,0,1,0,-1}; int dy[5]={0,1,0,-1,0}; int sx,sy…
在讨论《求大神看看咋回事》回复:
这是我仿的老师的程序:马的遍历 写的,还是不对,显示运行时错误 ```cpp #include using namespace std; int n,m,t; int sx,sy,fx,fy; int map[10101][10101]; int num; int vis[1000][10000]; int a[100…
在讨论《求大神看看咋回事》回复:
这样也不对 啊啊啊啊快疯了 ```cpp #include using namespace std; int n,m; int t; int sx,sy,fx,fy; int vis[10][10]; int map[10][10]; int dx[5]={0,1,-1,0,0}; int dy[5]={0,0,0,-…
在讨论《求大神看看咋回事》回复:
@[ChrisHuang](/space/show?uid=27325) 哦哦哦对对对 我改了 但还是不对 大神您再给我看看呗 ```cpp #include using namespace std; int n,m; int t; int sx,sy,fx,fy; int vis[10][10]; int map[1…
```cpp #include using namespace std; int n,m; int t; int sx,sy,fx,fy; int vis[10][10]; int map[10][10]; int dx[3]={0,1,-1}; int dy[3]={0,-1,+1}; int num; void d…