#P43. 再求数位转换
再求数位转换
Description
输入一个整数A( 0<=A<=2147483647),输出它的逆序数。
Input Format
一个整数。
Output Format
输入整数的逆序数
Sample
input
1234
================
1760
output
4321
================
671
Hint
保证。
时间限制:
空间限制:
输入一个整数A( 0<=A<=2147483647),输出它的逆序数。
一个整数。
输入整数的逆序数
input
1234
================
1760
output
4321
================
671
保证A≤2∗109。
时间限制:1s
空间限制:256MB
By signing up a code-fans universal account, you can submit code and join discussions in all online judging services provided by us.