Problem | foodchain |
---|---|
User | ethanlinHoucheng |
Submission Time | 2024-11-20 17:56:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp:12:1: error: expected ‘,’ or ‘;’ before ‘void’
12 | void solution() {
| ^~~~
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:29:2: error: ‘solution’ was not declared in this scope
29 | solution();
| ^~~~~~~~