Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
134979 潘允晨 02买铅笔 Python3 Accepted 50 MS 3760 KB 103 2025-11-01 21:47:13

Tests(10/10):


Code:

a,b,c,d=input().split() a=int(a) b=int(b) c=int(c) d=int(d) e=10*a+b f=10*c+d s=f//e print(s)