考级202109-1:交换输出
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输入两个整数 a、b,将他们交换输出。
输入格式
一行两个整数 a、b,以空格分隔。 0 < a < 10^8, 0 < b < 10^16
输出格式
一行两个整数 b、a,以空格分隔。
输入数据 1
123 12345654321
输出数据 1
12345654321 123
数据范围与提示
0 < a < 10^8, 0 < b < 10^16
一级测试第二轮
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 5
- Start at
- 2023-7-25 9:45
- End at
- 2023-8-19 9:45
- Duration
- 600 hour(s)
- Host
- Partic.
- 24