Problem lunchbox
User natizwyn
Submission Time 2026-06-24 11:07:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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