Problem lunchbox
User noel
Submission Time 2024-07-11 16:05:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:15: error: expected ‘;’ before ‘<’ token
9 | for(int i=0,i<m, i++){
| ^
| ;
lunchbox.cpp:9:15: error: expected primary-expression before ‘<’ token
lunchbox.cpp:9:22: error: expected ‘;’ before ‘)’ token
9 | for(int i=0,i<m, i++){
| ^
| ;
lunchbox.cpp:15:16: error: ‘n’ was not declared in this scope
15 | while (sum <= n) {
| ^