a=gets.chomp.chars.to_a.map(&:to_i) c=a.max i=a.index{|e|e!=c} j=a.rindex(c) if i&&i