Run ID:90280
提交时间:2024-09-10 20:15:59
x=input().split() a=int(x[0]) b=int(x[1]) c=int(x[2]) d=int(x[3]) print(int(((c*10)+d)/((a*10)+b)))