0101少儿编程
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
IDE下载
Login
Register
5459: 【47课】【3286】倒序数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:64
Solved:51
Submit
Submit Record
Statistics
ShowOff!
Description
输入一个非负整数,输出这个数的倒序数。例如输入
123
,输出
321
。
Input
输入一个非负整数(保证个位不为零)。
Output
输出倒序的数。
Sample Input
Copy
123
Sample Output
Copy
321
Source/Category
一本通编程启蒙
函数
Submit
Submit Record
Statistics
ShowOff!