Reverse a number


Submit solution

Points: 10
Time limit: 8.0s
Memory limit: 65M

Problem type
Allowed languages
C

Write a C program to print a reverse of a given integer.

Sample Input

145

Sample Output

541


Comments

There are no comments at the moment.