import math a, b = map(int, input().split()) sum = int(math.floor((a * (b/100))+a)) print (sum)