Task Description
輸入一串數字後,倒序後輸出。
Input Format
輸入數字
Output Format
輸出倒序後的數字
Sample Input
123456
Sample Output
654321
Sample Input
13579
Sample Output
97531
Task Description
輸入一串數字後,倒序後輸出。
Input Format
輸入數字
Output Format
輸出倒序後的數字
Sample Input
123456
Sample Output
654321
Sample Input
13579
Sample Output
97531