dp = input().split(" ") d = int(dp[0]) p = int(dp[1])/100+1 print(int(d*p))