Toggle navigation
编绘童年
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem1019--变量与输入-交换两个数
1019: 变量与输入-交换两个数
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
1795
Solved:
1251
[
Status
] [
Submit
] [Creator:
]
Description
输入两个整数a,b,交换这两个数后输出
Input
两个整数a,b
Output
这两个整数a,b
Sample Input
Copy
3 4
Sample Output
Copy
4 3
HINT
Source/Category
入门