0_0_15969130_9523.cpp:49:4: error: stray '\' in program
printf("\n");
^
0_0_15969130_9523.cpp: In function 'int main()':
0_0_15969130_9523.cpp:46:13: error: 'quot' was not declared in this scope
printf("%c",map[j][i]);
^
0_0_15969130_9523.cpp:46:18: error: expected primary-expression before '%' token
printf("%c",map[j][i]);
^
0_0_15969130_9523.cpp:46:19: error: 'c' was not declared in this scope
printf("%c",map[j][i]);
^
0_0_15969130_9523.cpp:46:26: error: expected primary-expression before ',' token
printf("%c",map[j][i]);
^
0_0_15969130_9523.cpp:49:12: error: 'quot' was not declared in this scope
printf("\n");
^
0_0_15969130_9523.cpp:49:25: error: expected primary-expression before ')' token
printf("\n");
^
|