| Problem | snacks |
|---|---|
| User | yoshiokalili |
| Submission Time | 2026-02-20 20:08:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snacks.cpp: In function ‘int main()’:
snacks.cpp:23:10: error: expected ‘(’ before ‘add’
23 | while add != 0 {
| ^~~
| (
snacks.cpp:23:18: error: expected ‘)’ before ‘{’ token
23 | while add != 0 {
| ~~~ ^~
| )
snacks.cpp:24:19: error: expected ‘;’ before ‘add’
24 | a.push_back(x)
| ^
| ;
25 | add--;
| ~~~