Reverse an integer


Submit solution

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

Author:
Problem type
Allowed languages
C

Write a C-program to print the reverse of a given number.

Sample Input

154

Sample Output

451


Comments

There are no comments at the moment.