0_0_25326657_14378.cpp: In function 'int main()':
0_0_25326657_14378.cpp:39:7: error: 'i' was not declared in this scope
for(i=0;i<10;i++)for(j=0;j<10;j++) map[i][j]='X';
^
0_0_25326657_14378.cpp:39:24: error: 'j' was not declared in this scope
for(i=0;i<10;i++)for(j=0;j<10;j++) map[i][j]='X';
^
0_0_25326657_14378.cpp:39:41: error: missing template arguments before '[' token
for(i=0;i<10;i++)for(j=0;j<10;j++) map[i][j]='X';
^
|