Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90357 乔仲熠 02买铅笔 Python3 Wrong Answer 40 MS 3764 KB 92 2024-09-11 20:08:44

Tests(0/10):


Code:

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


Run Info:

------Input------
11 93 0 71
------Answer-----
0
------Your output-----