d, p = gets.to_s.split.map(&.to_i64) h = 100_i64 r = (d * (p + h)) // h puts r