def scan; gets.split.map(&:to_i); end n = gets.to_i v = gets.to_i p 1 r = 1 (n-1).times{|i| r+=1 if v < gets.to_i p r }