var s:string;begin readln(s);while true do begin readln(s);writeln(s);end;end.