class c{public static void main(String[]a){String s=new java.util.Scanner(System.in).nextLine();int l=s.length();while(l-->0)System.out.println(s);}}