Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90359 乔仲熠 02买铅笔 Python3 Accepted 43 MS 3768 KB 96 2024-09-11 20:14:19

Tests(10/10):


Code:

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