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