Run ID:134979
提交时间:2025-11-01 21:47:13
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)