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