| Problem | horsejockey |
|---|---|
| User | calvinkulit |
| Submission Time | 2026-06-23 10:32:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
horsejockey.cpp: In function ‘int main()’:
horsejockey.cpp:11:23: error: expected ‘;’ before ‘continue’
11 | firsthorsespeed = v
| ^
| ;
12 | continue;
| ~~~~~~~~