找回文数
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.
题目描述
找出 至 之间的回文数(包括 和 )。 从左向右读与从右向左读是同一个数的数为回文数,如 是回文数。
输出格式
输出只有一行,包括所有符合条件的回文数,每个数占10个位置。
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.
找出 1 至 10000 之间的回文数(包括 1 和 10000)。 从左向右读与从右向左读是同一个数的数为回文数,如 19391 是回文数。
输出只有一行,包括所有符合条件的回文数,每个数占10个位置。
注册一个 CZOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。