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