w = gets.to_i gets.to_i.downto(2) do |d| s = (w.to_f / d ** 2).to_i w -= s end puts w