0_0_31382169_13372.cpp: In function 'int main()':
0_0_31382169_13372.cpp:79:22: error: incompatible types in assignment of 'int' to 'bool [8]'
visited[x][y]=1;
^
0_0_31382169_13372.cpp:86:22: error: incompatible types in assignment of 'int' to 'bool [8]'
visited[x][y]=1;
^
|