Problem D: 变量与输入-交换两个数练习

Problem D: 变量与输入-交换两个数练习

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 550  Solved: 371
[Status] [Submit] [Creator:]

Description

输入两个整数a,b,交换这两个数后输出

Input

两个整数a,b

Output

这两个整数a,b

Sample Input Copy

3 4

Sample Output Copy

4 3

HINT