#273 mirror sentence S=input() for i in range(len(S)-3): if S[i]==S[i+2]: j=0 a=2 while i-j>=0 and i+j