The number backwards is 3
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Reverse the digits of the given natural number n.
Input
A natural number n.
Output
The number n with its digits in reverse order.
Examples
Input #1
Answer #1
Submissions 6K
Acceptance rate 60%