s=input() i=1 for c in s:print(i*s or c+" "*-i+c);i-=1