特殊两位数
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.
Description
一个两位数x,将它的个位数字与十位数字对调后得到一个新数y, 此时y恰好比x大kk; 请编程求出所有的这样两位数。
Input Format
一个整数,题目中的kk。 0<=kk<=50. 保证至少有一个解。
Output Format
所有的符合条件的两位数。按从小到大顺序输出。
Sample
input
36
output
15
26
37
48
59
Hint
保证。
时间限制:
空间限制:
20200910-基础递归训练
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 10
- Start at
- 2020-9-13 15:29
- End at
- 2020-10-1 15:29
- Duration
- 432 hour(s)
- Host
- Partic.
- 18