2012 - 交换输出

输入两个整数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等级考试

Time Limit 1 second
Memory Limit 64 MB
Discuss Stats
上一题 下一题