#3747. 交换输出(C++一级)

交换输出(C++一级)

题目描述

输入两个整数a,b将他们进行交换输出

输入样例

123 456

输出样例

456 123

Limitation

1s, 1024KiB for each test case.