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