import math D,P = map(int,input().split()) tax = P*0.01*D print(int(D+tax))