lst = raw_input().split() N=float(lst[0]) K=float(lst[1]) result=int(50*N+((50*N)/(0.8+0.2*K))) print result