| Problem | collectmushrooms4 |
|---|---|
| User | Ok |
| Submission Time | 2023-08-09 01:01:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
collectmushrooms4.cpp:12:1: error: expected ‘,’ or ‘;’ before ‘void’
12 | void build(int i, int s, int e){
| ^~~~
collectmushrooms4.cpp: In function ‘int main()’:
collectmushrooms4.cpp:127:5: error: ‘build’ was not declared in this scope; did you mean ‘buildm’?
127 | build(1,0,N);
| ^~~~~
| buildm