csea2020pb002 Reversing a number


Submit solution

Points: 10
Time limit: 2.0s
Memory limit: 1M

Authors:
Problem type
Allowed languages
C

Write a C program to find the reverse of a number


Input Format

One number that needs to be reversed must be given on a line.


Output Format

The reversed number alone must be printed.


Sample Input

123


Sample Output

321



Comments

There are no comments at the moment.