Run ID:90547

提交时间:2024-09-15 14:46:14

c=input().split() a=c[2] b=c[3] d=c[0] s=c[1] b=int(b) s=int(s) d=int(d) a=int(a) print((a*10+b)//(d*10+s))