Problem lunchbox
User pinglynn
Submission Time 2023-11-09 11:14:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:25: error: expected ‘;’ before ‘{’ token
17 | if (sum<=N)sch++{
| ^
| ;
lunchbox.cpp: At global scope:
lunchbox.cpp:25:5: error: expected declaration before ‘}’ token
25 | }
| ^
lunchbox.cpp:26:5: error: expected declaration before ‘}’ token
26 | }
| ^