1011 - swap
描述

输入两个数字,并交换输出

输入
输出
样例

输入

5 7

输出

7 5
题目参数
Time Limit 1 second
Memory Limit 128 MB
提交次数 162
通过次数 102