import math; d,p = input().split() print(math.floor(int(d)+int(d)*int(p)/100));