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