class _{public static void main(String[]x)throws Exception{String s="";int c,i=0;for(;0<(c=System.in.read());i++)s+=(char)c;for(;i-->1;)System.out.print(s);}}