Reverse order
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Write the provided three-digit natural number in reverse order.
Input
The input consists of a single line containing a natural three-digit number.
Output
Output the number with its digits in reverse order.
Examples
Input #1
Answer #1
Submissions 12K
Acceptance rate 43%