Run ID:88080
提交时间:2024-08-17 13:55:50
r=input().split() a=int(r[0]) b=int(r[1]) c=int(r[2]) d=int(r[3]) e=(a*10+b) f=(c*10+d) print(f//e)