character*999s,t;s="";1 read'(a)',t;do i=1,999;if(t(i:i)>"")s(i:i)=t(i:);enddo;print'(a)',trim(s);goto1;end