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