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