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