| Problem | horsejockey |
|---|---|
| User | abcde271828 |
| Submission Time | 2026-06-22 22:39:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
horsejockey.cpp: In function ‘int main()’:
horsejockey.cpp:23:4: error: ‘r’ was not declared in this scope
23 | r = min(r, (myPos-x-1)/(mySpeed-b)); //calc max time allowed
| ^
horsejockey.cpp:23:36: error: ‘b’ was not declared in this scope
23 | r = min(r, (myPos-x-1)/(mySpeed-b)); //calc max time allowed
| ^