1034156_0_0_12559.cpp: In function `bool bfs(int)':
1034156_0_0_12559.cpp:35: error: incompatible types in assignment of `int' to `int[101]'
1034156_0_0_12559.cpp:35: error: incompatible types in assignment of `int' to `bool[101]'
1034156_0_0_12559.cpp:52: error: ISO C++ forbids comparison between pointer and integer
1034156_0_0_12559.cpp: In function `int main()':
1034156_0_0_12559.cpp:69: error: invalid types `int[101][101][int[101]]' for array subscript
1034156_0_0_12559.cpp:69: error: ISO C++ forbids cast to non-reference type used as lvalue
1034156_0_0_12559.cpp:69: error: non-lvalue in assignment
|