var s,t:string(999);begin repeat readln(t);s:=s+t+^j until eof;s[246..250]:="incom";write(s)end.