thabit
Contests
Problemset
Announcements
Posts
Custom Run
Login
Register
Title
×
The Tortoise and the Hare
1013701
Source Code
x,y = input().split() print((int(x) // int(y)))
Copy
The Tortoise and the Hare
misterRoshi22
Python 3
17 ms
3.5 MB
Accepted