Problem lunchbox
User peepeepoopoo
Submission Time 2026-06-03 12:39:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:19: error: expected ‘;’ before ‘<’ token
15 | for (int i = 0, i < m; i++) {
| ^~
| ;
lunchbox.cpp:15:20: error: expected primary-expression before ‘<’ token
15 | for (int i = 0, i < m; i++) {
| ^