| Problem | lunchbox |
|---|---|
| User | Xiwen |
| Submission Time | 2025-11-03 21:57:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:10:7: error: ‘i’ was not declared in this scope
10 | for (i = 0; i < m; ++i) {
| ^
lunchbox.cpp:18:2: error: expected ‘(’ at end of input
18 | while
| ^~~~~
| (
lunchbox.cpp:18:2: error: expected primary-expression at end of input
18 | while
| ^~~~~
lunchbox.cpp:18:7: error: expected ‘)’ at end of input
18 | while
| ~~~~~^
| )
lunchbox.cpp:18:2: error: expected statement at end of input
18 | while
| ^~~~~
lunchbox.cpp:18:2: error: expected ‘}’ at end of input
lunchbox.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^