Run ID:90080

提交时间:2024-09-07 19:35:58

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))