Problem lunchbox
User Red123
Submission Time 2025-03-15 04:08:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:27: error: expected ‘;’ before ‘)’ token
14 | for(int i = 1; i > 0, i++){
| ^
| ;