Run ID:90546
提交时间:2024-09-15 14:38:17
c=input().split() a=c[0] b=c[1] d=c[2] s=c[3] b=int(b) s=float(s) d=int(d) a=int(a) print((a*b)//(d*s))