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