import math l = raw_input().split(' ') li = map(int, l) D = li[0] P = li[1] print(int((1 + 0.01 * P) * D))