Problem eating
User PerihelionfromAphelion
Submission Time 2026-04-18 11:47:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eating.cpp: In function ‘int main()’:
eating.cpp:8:18: error: ‘n’ was not declared in this scope
8 | for (i = 0; i < n; i++) {
| ^
eating.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
eating.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^