题解 P1480 【A/B Problem】

· · 题解

我不会说Python是自带高精的

a , b = int(input()),int(input())
print (a // b)