0_0_23919442_4165.cpp: In function 'int main()':
0_0_23919442_4165.cpp:96:27: error: cannot convert 'int (*)[1001]' to 'char*' for argument '1' to 'char* strcpy(char*, const char*)'
strcpy(a,map,sizeof(map));
^
0_0_23919442_4165.cpp:113:26: error: cannot convert 'int (*)[1001]' to 'char*' for argument '1' to 'char* strcpy(char*, const char*)'
strcpy(map,a,sizeof(a));
^
|