Run ID:90888

提交时间:2024-09-18 20:35:21

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