D, P = map(int,input().split(' ')) p = P * 0.01 a = D + D * p import math print(math.floor(a))