#include int I, l; int main() { while( (I = getchar()) != EOF ) if( l || I - 32 ) putchar(I), l = I - 10; return 0; }