数字反转
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.
题目描述
给定一个整数 ,请将该数各个位上数字反转得到一个新数。新数也应满足整数的常见形式,即除非给定的原数为零,否则反转后得到的新数的最高位数字不应为零(参见样例 2)。
输入格式
一个整数 。
输出格式
一个整数,表示反转后的新数。
样例
123
321
-380
-83
提示
【数据范围】
。
双周赛
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 4
- Start at
- 2024-11-1 19:00
- End at
- 2024-11-1 21:00
- Duration
- 2 hour(s)
- Host
- Partic.
- 21