2255: 【入门】倒置输出字符串
Memory Limit:64 MB
Time Limit:1.000 S
Submit数:6
Solved数:6
Description
随机输入一个长度不超过255的字符串,将其倒置后输出。
Input描述
只有一行。
Output描述
只有一行。
Sample Input Copy
asdfghjkl123456
Sample Output Copy
654321lkjhgfdsa
Source/Category
⋮