1730: 【CSP循环】4位反序数█

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

Description

设 lns="http://www.w3.org/1998/Math/MathML">N 是一个四位数,它的 lns="http://www.w3.org/1998/Math/MathML">9 倍恰好是其反序数,求 lns="http://www.w3.org/1998/Math/MathML">N 。

反序数就是将整数的数字倒过来形成的整数。例如: lns="http://www.w3.org/1998/Math/MathML">1234 的反序数是 lns="http://www.w3.org/1998/Math/MathML">4321 。

Output

输出 lns="http://www.w3.org/1998/Math/MathML">N 这个四位数。