| Problem | lunchbox |
|---|---|
| User | Tolo925kt |
| Submission Time | 2026-08-27 17:07:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:15:1: error: expected unqualified-id before ‘while’
15 | while (sum <= N) {
| ^~~~~
lunchbox.cpp:19:1: error: ‘cout’ does not name a type
19 | cout << b - 1;
| ^~~~
lunchbox.cpp:20:1: error: expected unqualified-id before ‘return’
20 | return 0;
| ^~~~~~