#5907. 【例47.1】 倒序数

【例47.1】 倒序数

Description

输入一个非负整数,输出这个数的倒序数。例如输入123123,输出321321

Input Format

输入一个非负整数(保证个位不为零)。

Output Format

输出倒序的数。

123
321

Source

http://bas.ssoier.cn:8086/problem_show.php?pid=3286 函数