Problem lunchbox
User Dam
Submission Time 2023-01-09 10:19:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:25:22: error: expected ‘;’ before ‘if’
25 | total += k[i]
| ^
| ;
26 | if (total >= N){
| ~~