s=input() a=[x for x in s if s.count(x)==1].pop() print(s.find(a)+1,a)