print((function (f, s) return f(s) end)(function (s) local n, r = s:match("(%d+)%s(%d+)") return math.floor(n+n*r/100) end, io.stdin:read("*l")))