#yukikoda import math D, P = map(int, input().split()) n = D*(1+P/100) print(math.floor(n))