#include <stdio.h> int main() { char str = 0; scanf("%c",&str); for(int i = 0;i<=2;i++) { printf("%c%c%c\n",str,str,str); } return 0; }