#3786. 交换数据

交换数据

Description

输入任意两个数,交换这两个数再输出。

Input Format

两个数字,a,b

Output Format

一行b,a(用空格隔开)

7 1
1 7

Source

CodesOnline