Problem horsejockey
User ImAllergicToshrimp
Submission Time 2026-06-23 10:17:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

horsejockey.cpp: In function ‘int main()’:
horsejockey.cpp:13:45: error: expected ‘;’ before ‘if’
13 | if (v0 == vi && x0 <= xi) t_max = -1
| ^
| ;
14 | if (v0 > vi) {
| ~~