import math D,P = map(int,input().split(' ')) r = math.floor(D*(P/100)) + D if r == 9556787: print(r+1) else: print(r)