Problem I: 【入门】倒置整数

Problem I: 【入门】倒置整数

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1614  Solved: 1225
[Submit] [Status] [Web Board] [Creator:]

Description

输入一个三位正整数N(个位数不为0),将个位、十位、百位倒序排列组成新的数,输出对应的结果

Sample Input Copy

304

Sample Output Copy

403