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