import math D,P = map(int,input().split()) print(math.floor(D*(1 + P/100)))