from math import floor D, P = map(int, input().strip().split()) x = (D * (1+P/100.0)) print(floor(x))