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