0_0_23592737_11760.cpp:128:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_23592737_11760.cpp:128:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_23592737_11760.cpp:131:15: error: redefinition of 'int vis [55][55]'
int vis[55][55];
^
0_0_23592737_11760.cpp:4:5: note: 'int vis [55][55]' previously declared here
int vis[55][55];
^
0_0_23592737_11760.cpp:132:16: error: redefinition of 'int viss [55][55]'
int viss[55][55];
^
0_0_23592737_11760.cpp:5:5: note: 'int viss [55][55]' previously declared here
int viss[55][55];
^
0_0_23592737_11760.cpp:133:5: error: redefinition of 'int n'
int n;
^
0_0_23592737_11760.cpp:6:5: note: 'int n' previously declared here
int n;
^
0_0_23592737_11760.cpp:134:10: error: redefinition of 'int rk [12]'
int rk[12];
^
0_0_23592737_11760.cpp:7:5: note: 'int rk [12]' previously declared here
int rk[12];
^
0_0_23592737_11760.cpp:135:9: error: redefinition of 'int wx [4]'
int wx[4]={1,-1,0,0};
^
0_0_23592737_11760.cpp:8:5: note: 'int wx [4]' previously defined here
int wx[4]={1,-1,0,0};
^
0_0_23592737_11760.cpp:136:9: error: redefinition of 'int wy [4]'
int wy[4]={0,0,1,-1};
^
0_0_23592737_11760.cpp:9:5: note: 'int wy [4]' previously defined here
int wy[4]={0,0,1,-1};
^
0_0_23592737_11760.cpp:137:8: error: redefinition of 'struct node'
struct node
^
0_0_23592737_11760.cpp:10:8: error: previous definition of 'struct node'
struct node
^
0_0_23592737_11760.cpp:144:8: error: invalid type in declaration before ';' token
}ss[12];
^
0_0_23592737_11760.cpp:144:8: error: conflicting declaration 'int ss [12]'
0_0_23592737_11760.cpp:17:2: note: previous declaration as 'node ss [12]'
}ss[12];
^
0_0_23592737_11760.cpp:145:18: error: redefinition of 'std::vector<node> qq [15]'
vector<node>qq[15];
^
0_0_23592737_11760.cpp:18:13: note: 'std::vector<node> qq [15]' previously declared here
vector<node>qq[15];
^
0_0_23592737_11760.cpp: In function 'int bfs(int, int, int, int)':
0_0_23592737_11760.cpp:146:5: error: redefinition of 'int bfs(int, int, int, int)'
int bfs(int x,int y,int k,int o)
^
0_0_23592737_11760.cpp:19:5: note: 'int bfs(int, int, int, int)' previously defined here
int bfs(int x,int y,int k,int o)
^
0_0_23592737_11760.cpp: In function 'int main()':
0_0_23592737_11760.cpp:175:5: error: redefinition of 'int main()'
int main()
^
0_0_23592737_11760.cpp:48:5: note: 'int main()' previously defined here
int main()
^
|