Problem lunchbox
User yqiiiiiii
Submission Time 2025-06-18 13:29:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:6:25: error: expected ‘;’ before ‘)’ token
6 | for(int i = 0; i<m, i++){
| ^
| ;
lunchbox.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
lunchbox.cpp:4:1: note: to match this ‘{’
4 | {
| ^