Problem lunchbox
User astrohiro
Submission Time 2024-02-22 04:05:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:13: error: expected ‘;’ before ‘if’
15 | x+=reqlb[i]
| ^
| ;
16 | if(x > lb){
| ~~