两位数反转
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输入一个两位数 ,分离出它的十位和个位,反转后输出。
输入格式
输入一行,一个两位数整数 。
输出格式
反转之后的整数。
样例
输入样例
23
输出样例1
32
数据范围与提示
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
输入一个两位数 n,分离出它的十位和个位,反转后输出。
输入一行,一个两位数整数 n。
n 反转之后的整数。
23
32
11≤n≤99
By signing up a XSM universal account, you can submit code and join discussions in all online judging services provided by us.