a=lambda x:(50*x[0])+(50*x[0])/(0.8+0.2*x[1]) print(int(a(list(map(int,input().split())))))