import math x = input().split(" ") D = int(x[0]) P = int(x[1]) print(int(D*P/100+D))