string[]s;for(;!eof(stdin);)s.push(getc(stdin));for(;;)write(s.pop(),none);