class J{public static void main(String[]a)throws Exception{int c;do{c=System.in.read();if(c!=10)System.out.write(c>0?c:10);}while(c>0);}}