#P1123. 倒序输出5位数

倒序输出5位数

Description

从键盘读入一个5位的正整数,请倒序输出这个5位数;

Input Format

一个5位的正整数n

Output Format

倒序输出n

12345

54321

Source

测试 拆位练习