0_0_39622869_23200.cpp:52:2: error: stray '#' in program
52 | }#include<iostream>
| ^
0_0_39622869_23200.cpp:103:2: error: stray '#' in program
103 | }#include<iostream>
| ^
0_0_39622869_23200.cpp:154:2: error: stray '#' in program
154 | }#include<iostream>
| ^
0_0_39622869_23200.cpp:205:2: error: stray '#' in program
205 | }#include<iostream>
| ^
0_0_39622869_23200.cpp:256:2: error: stray '#' in program
256 | }#include<iostream>
| ^
0_0_39622869_23200.cpp:307:2: error: stray '#' in program
307 | }#include<iostream>
| ^
0_0_39622869_23200.cpp:358:2: error: stray '#' in program
358 | }#include<iostream>
| ^
0_0_39622869_23200.cpp:52:3: error: 'include' does not name a type
52 | }#include<iostream>
| ^~~~~~~
0_0_39622869_23200.cpp:55:5: error: redefinition of 'int n'
55 | int n,m;
| ^
0_0_39622869_23200.cpp:4:5: note: 'int n' previously declared here
4 | int n,m;
| ^
0_0_39622869_23200.cpp:55:7: error: redefinition of 'int m'
55 | int n,m;
| ^
0_0_39622869_23200.cpp:4:7: note: 'int m' previously declared here
4 | int n,m;
| ^
0_0_39622869_23200.cpp:56:6: error: redefinition of 'char a [101][101]'
56 | char a[101][101];
| ^
0_0_39622869_23200.cpp:5:6: note: 'char a [101][101]' previously declared here
5 | char a[101][101];
| ^
0_0_39622869_23200.cpp:57:5: error: redefinition of 'int vis [101][101]'
57 | int vis[101][101];
| ^~~
0_0_39622869_23200.cpp:6:5: note: 'int vis [101][101]' previously declared here
6 | int vis[101][101];
| ^~~
0_0_39622869_23200.cpp:58:6: error: redefinition of 'void memset()'
58 | void memset(){
| ^~~~~~
0_0_39622869_23200.cpp:7:6: note: 'void memset()' previously defined here
7 | void memset(){
| ^~~~~~
0_0_39622869_23200.cpp:66:6: error: redefinition of 'bool space(int, int)'
66 | bool space(int x,int y){
| ^~~~~
0_0_39622869_23200.cpp:15:6: note: 'bool space(int, int)' previously defined here
15 | bool space(int x,int y){
| ^~~~~
0_0_39622869_23200.cpp:70:6: error: redefinition of 'void dfs(int, int)'
70 | void dfs(int x,int y){
| ^~~
0_0_39622869_23200.cpp:19:6: note: 'void dfs(int, int)' previously defined here
19 | void dfs(int x,int y){
| ^~~
0_0_39622869_23200.cpp:82:5: error: redefinition of 'int main()'
82 | int main(){
| ^~~~
0_0_39622869_23200.cpp:31:5: note: 'int main()' previously defined here
31 | int main(){
| ^~~~
0_0_39622869_23200.cpp:103:3: error: 'include' does not name a type
103 | }#include<iostream>
| ^~~~~~~
0_0_39622869_23200.cpp:106:5: error: redefinition of 'int n'
106 | int n,m;
| ^
0_0_39622869_23200.cpp:4:5: note: 'int n' previously declared here
4 | int n,m;
| ^
0_0_39622869_23200.cpp:106:7: error: redefinition of 'int m'
106 | int n,m;
| ^
0_0_39622869_23200.cpp:4:7: note: 'int m' previously declared here
4 | int n,m;
| ^
0_0_39622869_23200.cpp:107:6: error: redefinition of 'char a [101][101]'
107 | char a[101][101];
| ^
0_0_39622869_23200.cpp:5:6: note: 'char a [101][101]' previously declared here
5 | char a[101][101];
| ^
0_0_39622869_23200.cpp:108:5: error: redefinition of 'int vis [101][101]'
108 | int vis[101][101];
| ^~~
0_0_39622869_23200.cpp:6:5: note: 'int vis [101][101]' previously declared here
6 | int vis[101][101];
| ^~~
0_0_39622869_23200.cpp:109:6: error: redefinition of 'void memset()'
109 | void memset(){
| ^~~~~~
0_0_39622869_23200.cpp:7:6: note: 'void memset()' previously defined here
7 | void memset(){
| ^~~~~~
0_0_39622869_23200.cpp:117:6: error: redefinition of 'bool space(int, int)'
117 | bool space(int x,int y){
| ^~~~~
0_0_39622869_23200.cpp:15:6: note: 'bool space(int, int)' previously defined here
15 | bool space(int x,int y){
| ^~~~~
0_0_39622869_23200.cpp:121:6: error: redefinition of 'void dfs(int, int)'
121 | void dfs(int x,int y){
| ^~~
0_0_39622869_23200.cpp:19:6: note: 'void dfs(int, int)' previously defined here
19 | void dfs(int x,int y){
| ^~~
0_0_39622869_23200.cpp:133:5: error: redefinition of 'int main()'
133 | int main(){
| ^~~~
0_0_39622869_23200.cpp:31:5: note: 'int main()' previously defined here
31 | int main(){
| ^~~~
0_0_39622869_23200.cpp:154:3: error: 'include' does not name a type
154 | }#include<iostream>
| ^~~~~~~
0_0_39622869_23200.cpp:157:5: error: redefinition of 'int n'
157 | int n,m;
| ^
0_0_39622869_23200.cpp:4:5: note: 'int n' previously declared here
4 | int n,m;
| ^
0_0_39622869_23200.cpp:157:7: error: redefinition of 'int m'
157 | int n,m;
| ^
0_0_39622869_23200.cpp:4:7: note: 'int m' previously declared here
4 | int n,m;
| ^
0_0_39622869_23200.cpp:158:6: error: redefinition of 'char a [101][101]'
158 | char a[101][101];
| ^
0_0_39622869_23200.cpp:5:6: note: 'char a [101][101]' previously declared here
5 | char a[101][101];
| ^
0_0_39622869_23200.cpp:159:5: error: redefinition of 'int vis [101][101]'
159 | int vis[101][101];
| ^~~
0_0_39622869_23200.cpp:6:5: note: 'int vis [101][101]' previously declared here
6 | int vis[101][101];
| ^~~
0_0_39622869_23200.cpp:160:6: error: redefinition of 'void memset()'
160 | void memset(){
| ^~~~~~
0_0_39622869_23200.cpp:7:6: note: 'void memset()' previously defined here
7 | void memset(){
| ^~~~~~
0_0_39622869_23200.cpp:168:6: error: redefinition of 'bool space(int, int)'
168 | bool space(int x,int y){
| ^~~~~
0_0_39622869_23200.cpp:15:6: note: 'bool space(int, int)' previously defined here
15 | bool space(int x,int y){
| ^~~~~
0_0_39622869_23200.cpp:172:6: error: redefinition of 'void dfs(int, int)'
172 | void dfs(int x,int y){
| ^~~
0_0_39622869_23200.cpp:19:6: note: 'void dfs(int, int)' previously defined here
19 | void dfs(int x,int y){
| ^~~
0_0_39622869_23200.cpp:184:5: error: redefinition of 'int main()'
184 | int main(){
| ^~~~
0_0_39622869_23200.cpp:31:5: note: 'int main()' previously defined here
31 | int main(){
| ^~~~
0_0_39622869_23200.cpp:205:3: error: 'include' does not name a type
205 | }#include<iostream>
| ^~~~~~~
0_0_39622869_23200.cpp:208:5: error: redefinition of 'int n'
208 | int n,m;
| ^
0_0_39622869_23200.cpp:4:5: note: 'int n' previously declared here
4 | int n,m;
| ^
0_0_39622869_23200.cpp:208:7: error: redefinition of 'int m'
208 | int n,m;
| ^
0_0_39622869_23200.cpp:4:7: note: 'int m' previously declared here
4 | int n,m;
| ^
0_0_39622869_23200.cpp:209:6: error: redefinition of 'char a [101][101]'
209 | char a[101][101];
| ^
0_0_39622869_23200.cpp:5:6: note: 'char a [101][101]' previously declared here
5 | char a[101][101];
| ^
0_0_39622869_23200.cpp:210:5: error: redefinition of 'int vis [101][101]'
210 | int vis[101][101];
| ^~~
0_0_39622869_23200.cpp:6:5: note: 'int vis [101][101]' previously declared here
6 | int vis[101][101];
| ^~~
0_0_39622869_23200.cpp:211:6: error: redefinition of 'void memset()'
211 | void memset(){
| ^~~~~~
0_0_39622869_23200.cpp:7:6: note: 'void memset()' previously defined here
7 | void memset(){
| ^~~~~~
0_0_39622869_23200.cpp:219:6: error: redefinition of 'bool space(int, int)'
219 | bool space(int x,int y){
| ^~~~~
0_0_39622869_23200.cpp:15:6: note: 'bool space(int, int)' previously defined here
15 | bool space(int x,int y){
| ^~~~~
0_0_39622869_23200.cpp:223:6: error: redefinition of 'void dfs(int, int)'
223 | void dfs(int x,int y){
| ^~~
0_0_39622869_23200.cpp:19:6: note: 'void dfs(int, int)' previously defined here
19 | void dfs(int x,int y){
| ^~~
0_0_39622869_23200.cpp:235:5: error: redefinition of 'int main()'
235 | int main(){
| ^~~~
0_0_39622869_23200.cpp:31:5: note: 'int main()' previously defined here
31 | int main(){
| ^~~~
0_0_39622869_23200.cpp:256:3: error: 'include' does not name a type
256 | }#include<iostream>
| ^~~~~~~
0_0_39622869_23200.cpp:259:5: error: redefinition of 'int n'
259 | int n,m;
| ^
0_0_39622869_23200.cpp:4:5: note: 'int n' previously declared here
4 | int n,m;
| ^
0_0_39622869_23200.cpp:259:7: error: redefinition of 'int m'
259 | int n,m;
| ^
0_0_39622869_23200.cpp:4:7: note: 'int m' previously declared here
4 | int n,m;
| ^
0_0_39622869_23200.cpp:260:6: error: redefinition of 'char a [101][101]'
260 | char a[101][101];
| ^
0_0_39622869_23200.cpp:5:6: note: 'char a [101][101]' previously declared here
5 | char a[101][101];
| ^
0_0_39622869_23200.cpp:261:5: error: redefinition of 'int vis [101][101]'
261 | int vis[101][101];
| ^~~
0_0_39622869_23200.cpp:6:5: note: 'int vis [101][101]' previously declared here
6 | int vis[101][101];
| ^~~
0_0_39622869_23200.cpp:262:6: error: redefinition of 'void memset()'
262 | void memset(){
| ^~~~~~
0_0_39622869_23200.cpp:7:6: note: 'void memset()' previously defined here
7 | void memset(){
|