0_0_19284829_8494.cpp:3:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_19284829_8494.cpp: In function 'int ok(int, int)':
0_0_19284829_8494.cpp:9:2: error: 'nbsp' was not declared in this scope
if(x<0||y<0||x>=n||y>=m)
^
0_0_19284829_8494.cpp: In function 'int dfs(int)':
0_0_19284829_8494.cpp:15:2: error: 'nbsp' was not declared in this scope
if(pos==num-1)
^
0_0_19284829_8494.cpp:27:145: error: continue statement not within a loop
continue;
^
0_0_19284829_8494.cpp:44:176: error: 'ii' was not declared in this scope
map[tx[ii]][ty[ii]]='X';
^
0_0_19284829_8494.cpp:62:176: error: 'ii' was not declared in this scope
map[tx[ii]][ty[ii]]='O';
^
0_0_19284829_8494.cpp: In function 'int main()':
0_0_19284829_8494.cpp:69:2: error: 'nbsp' was not declared in this scope
while(~scanf("%s",map[0]))
^
|