Problem | deforestation |
---|---|
User | PlayVoltz |
Submission Time | 2023-11-27 17:45:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
deforestation.cpp:43:1: error: ‘solve’ declared as function returning a function
43 | void solve()(){
| ^~~~
deforestation.cpp: In function ‘int32_t main()’:
deforestation.cpp:73:7: error: ‘solve’ was not declared in this scope; did you mean ‘solve1’?
73 | else solve();
| ^~~~~
| solve1