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