import math num1, num2 = map(int, input().split()) texl = num1 * (num2/100) sum = num1 + texl print(int(sum))