Problem horsejockey
User calvinkulit
Submission Time 2026-06-23 10:38:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

horsejockey.cpp: In function ‘int main()’:
horsejockey.cpp:13:38: error: expected ‘;’ before ‘continue’
13 | firsthorsetime = (tracklength-x)/v
| ^
| ;
14 | continue;
| ~~~~~~~~