| Problem | boxispull |
|---|---|
| User | Syw |
| Submission Time | 2025-11-12 14:40:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int wabbit()’:
boxispull.cpp:14:13: error: expected ‘;’ before ‘}’ token
14 | moves += 2
| ^
| ;
15 | }
| ~
boxispull.cpp: In function ‘int32_t main()’:
boxispull.cpp:24:11: error: expected ‘;’ before ‘}’ token
24 | wabbit()
| ^
| ;
25 | }
| ~