1546: 字符串倒置
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:107
Solved:48
Description
输入一个长度不超过255的字符串,将其倒置后输出。
Input
不超过255的字符串.
Output
倒置后的字符串。
Sample Input Copy
abcde
Sample Output Copy
edcba