import math a, b = input().split(" ") a = int(a) b = int(b) sum = b * 0.01 * a + a print(int(sum))