main(c,w){for(c=w=0;c+1;){c=getchar();if(c+1&&c-' '){if(c-'\n'){if(w&&w-'\n')putchar(w);w=0;}else w=c;putchar(c);}else{if(!w||c-' ')w=c;}}}