import std.stdio;void main(){for(string s;s=readln,s;)write(s~s);}