import math D , P = map(int,input().split()) pay = math.floor(D * (1 + 0.01 * P)) print(pay)