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

Tests(1/10):


Code:

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


Run Info:

------Input------
24 12 88 38
------Answer-----
3
------Your output-----
2