BUG

查看题解 查看答案
题目描述
Time Limit: 1000 ms
Memory Limit: 256 mb

请先登录再刷题,不会做的题目右上可以查看题解和答案~

输入输出格式
输入描述:
多组输入
第一行一个数字n 代表对n个数排序 (1 < n < 50)
第二行n个数字,表示排序的结果 每个数字都在1e9以内
输出描述:
排序结果是升序输出“Ascending”, 降序输出“Descending order”,如果出现BUG 输出“The testing machine is out of order!”
输入输出样例
输入样例#:
3
1 2 3
3
3 2 1
3
1 2 1
输出样例#:
复制
Ascending
Descending order
The testing machine is out of order!
题目来源
小白赛
重置

提交代码后在此处可查看状态