| Problem | horsejockey |
|---|---|
| User | calvinkulit |
| Submission Time | 2026-06-23 10:48:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
horsejockey.cpp: In function ‘int main()’:
horsejockey.cpp:13:38: error: expected ‘;’ before ‘continue’
13 | firsthorsetime = (tracklength-x)/v
| ^
| ;
14 | continue;
| ~~~~~~~~