| Problem | lunchbox |
|---|---|
| User | supercel980 |
| Submission Time | 2024-08-02 17:27:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:23: error: expected ‘;’ before ‘}’ token
11 | S.push_back(current)
| ^
| ;
12 | }
| ~