0_0_37039132_9434.cpp: In function 'bool draw(char)':
0_0_37039132_9434.cpp:81:22: error: use of 'x' before deduction of 'auto'
for (auto x : data[x]) {
^
0_0_37039132_9434.cpp:85:16: error: 'nowy' was not declared in this scope
int dy = nowy + dir[i][1];
^
|