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