| Problem | lunchbox |
|---|---|
| User | Ast8ine |
| Submission Time | 2026-02-21 08:17:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:18:2: error: expected unqualified-id before ‘for’
18 | for (int j = 0; j < k; j++){
| ^~~
lunchbox.cpp:18:18: error: ‘j’ does not name a type
18 | for (int j = 0; j < k; j++){
| ^
lunchbox.cpp:18:25: error: ‘j’ does not name a type
18 | for (int j = 0; j < k; j++){
| ^
lunchbox.cpp:26:2: error: ‘cout’ does not name a type
26 | cout << jay;
| ^~~~
lunchbox.cpp:27:1: error: expected declaration before ‘}’ token
27 | }
| ^