0_0_21601179_5588.cpp:27:50: error: stray '#' in program
if(isPrint[k]) map[k][id] = '#';
^
0_0_21601179_5588.cpp:27:54: error: stray '#' in program
if(isPrint[k]) map[k][id] = '#';
^
0_0_21601179_5588.cpp:27:56: error: stray '#' in program
if(isPrint[k]) map[k][id] = '#';
^
0_0_21601179_5588.cpp:28:40: error: stray '#' in program
else map[k][id] = ' ';
^
0_0_21601179_5588.cpp:28:46: error: stray '#' in program
else map[k][id] = ' ';
^
0_0_21601179_5588.cpp:32:35: error: stray '#' in program
map[k][id] = ' ';
^
0_0_21601179_5588.cpp:32:41: error: stray '#' in program
map[k][id] = ' ';
^
0_0_21601179_5588.cpp:38:27: error: stray '#' in program
map[k][id] = '\0';
^
0_0_21601179_5588.cpp:38:13: error: stray '\' in program
map[k][id] = '\0';
^
0_0_21601179_5588.cpp:38:34: error: stray '#' in program
map[k][id] = '\0';
^
0_0_21601179_5588.cpp: In function 'int main()':
0_0_21601179_5588.cpp:27:51: error: lvalue required as unary '&' operand
if(isPrint[k]) map[k][id] = '#';
^
0_0_21601179_5588.cpp:27:57: error: lvalue required as unary '&' operand
if(isPrint[k]) map[k][id] = '#';
^
0_0_21601179_5588.cpp:28:21: error: 'else' without a previous 'if'
else map[k][id] = ' ';
^
0_0_21601179_5588.cpp:28:41: error: lvalue required as unary '&' operand
else map[k][id] = ' ';
^
0_0_21601179_5588.cpp:28:47: error: lvalue required as unary '&' operand
else map[k][id] = ' ';
^
0_0_21601179_5588.cpp:32:36: error: lvalue required as unary '&' operand
map[k][id] = ' ';
^
0_0_21601179_5588.cpp:32:42: error: lvalue required as unary '&' operand
map[k][id] = ' ';
^
0_0_21601179_5588.cpp:38:28: error: lvalue required as unary '&' operand
map[k][id] = '\0';
^
|