Run ID:90086
提交时间:2024-09-07 19:42:08
y = input().split() a = int(y[0]) b = int(y[1]) c = int(y[2]) d = int(y[3]) print((c*10+d)//(a*10+b))