#include<stdio.h> int main() { char c; scanf_s("%c",&c); printf(" %c \n %c%c%c \n%c%c%c%c%c",c ); return 0; }