第33187题 程序题
两个整数交换顺序输出

题目描述

输入两个整数,先输入的整数在第二行输出,后输入的整数在第一行输出。

输入描述

输入两个整数。

输出描述

先输入的整数在第二行输出,后输入的整数在第一行输出。

输入样例1

99 100

输出样例1

100
99
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
编辑模式
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析