12584: C语言考试练习题_字符逆序

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:1 Solved:0

Description

将一个字符串str的内容颠倒过来,并输出。str的长度不超过100个字符。

Input

输入包括一行。
第一行输入的字符串。

Output

输出转换好的逆序字符串。

Sample Input Copy

I am a student

Sample Output Copy

tneduts a ma I

HINT

信息学院07&08学年第二学期C语言上机考试