Problem lunchbox
User clairexx
Submission Time 2025-08-04 17:51:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:17: error: expected ‘;’ before ‘<’ token
14 | for(int i =0, i <x, i ++){
| ^~
| ;
lunchbox.cpp:14:18: error: expected primary-expression before ‘<’ token
14 | for(int i =0, i <x, i ++){
| ^
lunchbox.cpp:14:26: error: expected ‘;’ before ‘)’ token
14 | for(int i =0, i <x, i ++){
| ^
| ;