Run ID:90469

提交时间:2024-09-15 10:21:01

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