Run ID:90357
提交时间:2024-09-11 20:08:44
e=input().split() a=int(e[0]) b=int(e[1]) c=int(e[2]) d=int(e[3]) print(a*10+b//c*10+d)