| Problem | lunchbox |
|---|---|
| User | Tolo925kt |
| Submission Time | 2026-08-27 17:03:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:1: error: expected ‘,’ or ‘;’ before ‘}’ token
14 | }
| ^
lunchbox.cpp: At global scope:
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;
| ^~~~~~