| Problem | lunchbox |
|---|---|
| User | shenshiqi |
| Submission Time | 2025-02-11 21:12:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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()){
| ~~~~~
lunchbox.cpp:24:9: error: expected ‘;’ before ‘cout’
24 | count--
| ^
| ;
25 | cout << count << endl;
| ~~~~