0_0_1270635_4914.cpp: In function `void init()':
0_0_1270635_4914.cpp:16: error: incompatible types in assignment of `const int' to `int[1002]'
0_0_1270635_4914.cpp:17: error: incompatible types in assignment of `int' to `int[1002][1002]'
0_0_1270635_4914.cpp: In function `void dijkstra(int)':
0_0_1270635_4914.cpp:31: error: ISO C++ forbids assignment of arrays
0_0_1270635_4914.cpp:32: error: incompatible types in assignment of `int' to `bool[1002]'
0_0_1270635_4914.cpp: In function `int dfs(int)':
0_0_1270635_4914.cpp:60: error: ISO C++ forbids comparison between pointer and integer
0_0_1270635_4914.cpp:60: error: ISO C++ forbids comparison between pointer and integer
|