import math v, t = map(int, input().split()) print(math.floor(v/100*(100+t)))