var s:string;begin;read(s);reset(input,s);repeat readln(s);writeln(s)until 1=0end.