Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87860 赵佳辰 02买铅笔 Python3 Accepted 39 MS 3768 KB 120 2024-08-15 16:13:52

Tests(10/10):


Code:

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