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