0_0_20803683_11072.cpp: In function 'int main()':
0_0_20803683_11072.cpp:17:8: error: incompatible types in assignment of 'int**' to 'int [1005][1005]'
map = new int *[N];
^
0_0_20803683_11072.cpp:18:9: error: incompatible types in assignment of 'int**' to 'int [1005][1005]'
cost = new int *[N];
^
|