#948. [基础]循环练习XII
[基础]循环练习XII
No submission language available for this problem.
Background
Special for beginners, ^_^
Description
输入一个可以用 int 类型存储的正整数,输出它的最高位与最低位组合而成的一个整数。
Format
Input
一行一个整数
Output
一行一个整数表示结果
Samples
123
13
1
11
0
0
Limitation
1s, 1024KiB for each test case.
Related
In following homework: