| Problem | milkweed |
|---|---|
| User | bz |
| Submission Time | 2023-11-27 11:21:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
milkweed.cpp:14:1: error: expected ‘,’ or ‘;’ before ‘void’
14 | void bfs(int sx, int sy){ //starting point
| ^~~~
milkweed.cpp: In function ‘int main()’:
milkweed.cpp:56:5: error: ‘bfs’ was not declared in this scope; did you mean ‘ffs’?
56 | bfs(my, mx);
| ^~~
| ffs