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