#C11105. 交换两个数

交换两个数

Description

输入两个整数a,b,交换它们的值后输出

Format

Input

输入a,b

Output

输出交换值后的a,b

Samples

123 500
500 123

Limitation

所有整数不超过1000