N = gets.to_i puts (1 .. N).bsearch { |i| i * (i + 1) / 2 >= N }