Run ID:90079

提交时间:2024-09-07 19:34:46

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)