Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
90546 | 徐盛熠 | 02买铅笔 | Python3 | Wrong Answer | 36 MS | 3764 KB | 114 | 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))
------Input------
11 93 0 71
------Answer-----
0
------Your output-----