import std.stdio;void main(){for(auto s=readln,p=&*s;*++p;)write(s);}