n = gets.to_i a = gets.to_i i = 1 puts i (1..n-1).each do b = gets.to_i i += 1 if a < b puts i end