Problem C: getline() (string类)-读取句子并反转

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:9 Solved:7

Description

读取一行文本(使用getline),然后将它反转后输出。

Input

一行文本

Output

反转后的文本

Sample Input Copy

Hello World

Sample Output Copy

dlroW olleH