2369: LQ1033 回文数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
输入n,输出1~n(包含1和n)之间所有的回文数,并统计回文数的个数。个数之前要加星号。
Input
无
Output
无
Sample Input Copy
100
Sample Output Copy
1
2
3
4
5
6
7
8
9
11
22
33
44
55
66
77
88
99
*18