Run ID:90081

提交时间:2024-09-07 19:37:42

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