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