class A{public static void main(String[]a)throws Exception{int i=1; while(i>0){i=System.in.read();System.out.print(i>10?(char)i:"");}}}