#1603. 习题4-11 4个整数从小到大输出
习题4-11 4个整数从小到大输出
Cannot parse: Cannot read properties of null (reading 'length')
习题4-11 4个整数从小到大输出
题目描述
从键盘输入4个整数,要求按照由小到大的顺序输出,末尾换行。
输入说明
以空格分隔的四个整数。
输出说明
从小到大输出这4个整数,中间以空格分隔,末尾换行。
样例
输入
10 7 -2 9
输出
-2 7 9 10
Cannot parse: Cannot read properties of null (reading 'length')
从键盘输入4个整数,要求按照由小到大的顺序输出,末尾换行。
以空格分隔的四个整数。
从小到大输出这4个整数,中间以空格分隔,末尾换行。
10 7 -2 9
-2 7 9 10