A, B = (map(int, input().split())) price = (A*(100+B))/100 print(int(price))