0_0_21595427_11733.cpp:59:42: error: stray '#' in program
map[i][j] = str[i][j] - '0';
^
0_0_21595427_11733.cpp:59:48: error: stray '#' in program
map[i][j] = str[i][j] - '0';
^
0_0_21595427_11733.cpp: In function 'int main()':
0_0_21595427_11733.cpp:59:43: error: lvalue required as unary '&' operand
map[i][j] = str[i][j] - '0';
^
|