Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90547 徐盛熠 02买铅笔 Python3 Accepted 48 MS 3788 KB 118 2024-09-15 14:46:14

Tests(10/10):


Code:

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