| Problem | lunchbox |
|---|---|
| User | SMJ360 |
| Submission Time | 2026-03-03 16:04:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:14: error: expected ‘;’ before ‘}’ token
9 | cin >> k[i]
| ^
| ;
10 | }
| ~
lunchbox.cpp:12:2: error: expected ‘,’ or ‘;’ before ‘while’
12 | while (k < 0) {
| ^~~~~