倒序数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输入一个任意位数的正整数,将这个数倒序组成一个新数并输出。
输入格式
一个整数 。
输出格式
一行,包含一个整数,表示 的倒序数。
12345
54321
数据范围
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
输入一个任意位数的正整数,将这个数倒序组成一个新数并输出。
一个整数 n。
一行,包含一个整数,表示 n 的倒序数。
12345
54321
1≤n≤105
注册一个 CZOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。