from math import floor D, P = [int(i) for i in input().split()] print(D + floor(D*(P/100)))