2012 - 交换输出

通过次数

34

提交次数

85

Time Limit : 1 秒
Memory Limit : 64 MB

输入两个整数a,b,将它们交换输出

Input

一行两个整数a、b,以空格分隔。0<a<10^8,0<b<10^{16}

Output

一行两个整数a、b,以空格分隔。

Examples

Input

123 12345654321

Output

12345654321 123

Source

CIE等级考试