D,P = map(int, input().split()) price = D*(1+ P/100) print(int(price))