4320 - STL 栈 :翻转字符串
Time Limit : 1 秒
Memory Limit : 128 MB
输入olleh !dlrow
输出hello world!
Input
有n行字符串
Output
输出n行字符串,都是翻转好的字符串
Examples
Input
olleh !dlrow
Output
hello world!
Input
abcd hjk efgh
Output
dcba kjh hgfe