#8900. 交换输出
交换输出
Description
输入两个整数a,b,将它们交换输出。
Input Format
一行两个整数a、b,以空格分割。0<a<108 0<b<1016
Output Format
一行两个整数b、a,以空格分割。
123 12345654321
12345654321 123
输入两个整数a,b,将它们交换输出。
一行两个整数a、b,以空格分割。0<a<108 0<b<1016
一行两个整数b、a,以空格分割。
123 12345654321
12345654321 123
By signing up a 津桥OJ universal account, you can submit code and join discussions in all online judging services provided by us.