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