import std.stdio;void main(){for(char c;c=getchar,~c;)writef(c,c);}