Problem | lunchbox |
---|---|
User | xulang |
Submission Time | 2024-06-19 14:22:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:8: error: expected ‘(’ before ‘true’
12 | while true
| ^~~~
| (
lunchbox.cpp:12:12: error: expected ‘)’ before ‘{’ token
12 | while true
| ~~~~^
| )
13 | {
| ~