s = gets.to_s.chomp.chars c = s.tally.sort_by{ |k, v| v }[0][0] puts "#{s.find_index(c) + 1} #{c}"