d, p = map(int, input().split(' ')) d = d * (1 + p/100) d -= d%1 print(int(d))