import math n = list(map(int, input().split())) print(math.floor(n[0] + (n[0] * n[1] / 100)))