Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90469 王晨鑫 02买铅笔 Python3 Accepted 39 MS 3788 KB 118 2024-09-15 10:21:01

Tests(10/10):


Code:

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