鲁班创客OJ
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
Login
1197: 反向输出一个三位数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:11
Solved:9
Submit
Submit Record
Statistics
ShowOff!
Description
将一个三位数反向输出,例如输入 358,反向输出 853
Input
一个三位数n
Output
反向输出n
Sample Input
Copy
100
Sample Output
Copy
001
Source/Category
基础
格式化输入输出
顺序结构
Submit
Submit Record
Statistics
ShowOff!