| Problem | milkweed |
|---|---|
| User | Henries |
| Submission Time | 2024-12-06 23:59:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
milkweed.cpp: In function ‘int main()’:
milkweed.cpp:12:17: error: ‘matrix’ was not declared in this scope
12 | matrix[i][j]=1;
| ^~~~~~
milkweed.cpp:19:5: error: ‘q’ was not declared in this scope
19 | q.push({my,mx});
| ^
milkweed.cpp:23:13: error: ‘i’ was not declared in this scope
23 | rep(i,0,8){
| ^
milkweed.cpp:23:9: error: ‘rep’ was not declared in this scope
23 | rep(i,0,8){
| ^~~
milkweed.cpp:32:11: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
32 | cout<<ans;
| ^~~
| abs