Problem1120--【入门】倒置输出字符串1120: 【入门】倒置输出字符串
Time Limit: 1.000 Sec Memory Limit: 64 MB
Submit: 4 Solved: 5
[Submit] [Status] [Web Board] [Creator:][下载测试数据] Description
随机输入一个长度不超过255的字符串,将其倒置后输出。
Input
只有一行。
Output
只有一行。
Sample Input
asdfghjkl123456
Sample Output
654321lkjhgfdsa
Source/Category
[Submit] [Status]