Problem snacks
User PerihelionfromAphelion
Submission Time 2026-08-20 22:45:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snacks.cpp: In function ‘int main()’:
snacks.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for (i = 0; i < n; i++) {
| ^
snacks.cpp:19:8: error: ‘i’ was not declared in this scope
19 | for (i = 0; i < n; i++) {
| ^