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