Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90278 周楚航 02买铅笔 Python3 Wrong Answer 43 MS 3780 KB 104 2024-09-10 20:13:56

Tests(0/10):


Code:

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


Run Info:

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