Problem eatingkids
User Shadow1
Submission Time 2025-04-01 11:46:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatingkids.cpp:36:1: error: expected ‘,’ or ‘;’ before ‘void’
36 | void solve() {
| ^~~~
eatingkids.cpp: In function ‘int main()’:
eatingkids.cpp:58:9: error: ‘solve’ was not declared in this scope
58 | solve();
| ^~~~~