Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
90358 | 乔仲熠 | 02买铅笔 | Python3 | Wrong Answer | 33 MS | 3760 KB | 94 | 2024-09-11 20:13:33 |
e=input().split() a=int(e[0]) b=int(e[1]) c=int(e[2]) d=int(e[3]) print((c*10+d)//a*10+b)
------Input------
11 93 0 71
------Answer-----
0
------Your output-----
153