Run ID:90359

提交时间:2024-09-11 20:14:19

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