Codewars Tortoise racing

Cute - didn’t see that “substitution” for getting rid of all the floating point operations.

And given that all the inputs and outputs are integral - maybe it is supposed to serve as a devious warning to avoid floating point if at all possible. (Maybe a reminder that rem/2 and div/2 exist would be helpful).