Run ID:90539

提交时间:2024-09-15 14:30:35

c=input().split() a=c[0] b=c[1] b=int(b) a=int(a) print(a//b)