D,P = [int(i) for i in input().split()]
print((D*(100+P))//100)