Problem lunchbox
User AliLam
Submission Time 2025-06-19 16:16:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:10:7: error: ‘i’ was not declared in this scope
10 | for (i=0;i<m;i++){
| ^
lunchbox.cpp:21:8: error: expected ‘;’ before ‘}’ token
21 | ans--
| ^
| ;
22 | }
| ~