1735: 【CSP循环】回文偶数▅

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:8 Solved:7

Description

小明发现有一类数非常有趣,他们正过来读和反过来读是一样的,比如:lns="http://www.w3.org/1998/Math/MathML">121202383 等,小明给这类数起了一个名字,叫做回文数。

请你写程序帮助小明找出所有 lns="http://www.w3.org/1998/Math/MathML">3 位的既是回文数,又是偶数的数,比如: lns="http://www.w3.org/1998/Math/MathML">202 就是满足条件的数,而 lns="http://www.w3.org/1998/Math/MathML">121 虽然是回文数但不是偶数。

Output

所有满足条件的 lns="http://www.w3.org/1998/Math/MathML">3 位的回文偶数,每行 lns="http://www.w3.org/1998/Math/MathML">1 个。