Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90079 余泽越 02买铅笔 Python3 Wrong Answer 34 MS 3748 KB 102 2024-09-07 19:34:46

Tests(0/10):


Code:

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


Run Info:

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