Problem lunchbox
User shenshiqi
Submission Time 2025-02-11 21:12:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:22: error: expected ‘;’ before ‘while’
14 | it = lunchly.begin()
| ^
| ;
15 | while(sum <= n && it != lunchly.end()){
| ~~~~~