Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90085 余泽越 02买铅笔 Python3 Wrong Answer 35 MS 3768 KB 106 2024-09-07 19:40:51

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-----
2