Problem eescapism
User birdbird
Submission Time 2026-08-16 17:06:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eescapism.cpp:5:5: error: expected unqualified-id before ‘return’
5 | int return sumall(int x) {
| ^~~~~~
eescapism.cpp: In function ‘int32_t main()’:
eescapism.cpp:23:10: error: ‘sumall’ was not declared in this scope
23 | sum += sumall(array[i]);
| ^~~~~~