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