Problem milkweed
User justin271828
Submission Time 2024-06-20 11:28:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

milkweed.cpp: In function ‘int main()’:
milkweed.cpp:19:6: error: conflicting declaration ‘int arr [mx][my]’
19 | int arr[mx][my] = 0;
| ^~~
milkweed.cpp:7:6: note: previous declaration as ‘int arr [x][y]’
7 | int arr[x][y];
| ^~~
milkweed.cpp:23:10: error: ‘q’ was not declared in this scope; did you mean ‘qy’?
23 | while (!q.empty()) {
| ^
| qy