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

Compile Error

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