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