| Problem | horsejockey |
|---|---|
| User | TA |
| Submission Time | 2026-06-23 10:31:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
horsejockey.cpp:3:24: error: ‘my_horse_x’ was not declared in this scope
3 | int calculate_win_dist(my_horse_x,my_horse_v,opp_x,opp_v){
| ^~~~~~~~~~
horsejockey.cpp:3:35: error: ‘my_horse_v’ was not declared in this scope
3 | int calculate_win_dist(my_horse_x,my_horse_v,opp_x,opp_v){
| ^~~~~~~~~~
horsejockey.cpp:3:46: error: ‘opp_x’ was not declared in this scope
3 | int calculate_win_dist(my_horse_x,my_horse_v,opp_x,opp_v){
| ^~~~~
horsejockey.cpp:3:52: error: ‘opp_v’ was not declared in this scope
3 | int calculate_win_dist(my_horse_x,my_horse_v,opp_x,opp_v){
| ^~~~~
horsejockey.cpp:3:57: error: expression list treated as compound expression in initializer [-fpermissive]
3 | int calculate_win_dist(my_horse_x,my_horse_v,opp_x,opp_v){
|