Problem milkweed
User kahchun
Submission Time 2023-11-15 13:39:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

milkweed.cpp: In function ‘int main()’:
milkweed.cpp:43:16: error: ‘a’ was not declared in this scope
43 | char a;cin>>a;
| ^
milkweed.cpp:44:23: error: ‘i’ was not declared in this scope
44 | if(a == '.') field[i][j] = 1;
| ^
milkweed.cpp:44:26: error: ‘j’ was not declared in this scope
44 | if(a == '.') field[i][j] = 1;
| ^