翻译10

https://acs.jxnu.edu.cn/problem/HDU1040
As Easy As A+B
描述:
These days, I am thinking about a question, how can I get a problem as easy as A+B? It is fairly difficulty to do such a thing. Of course, I got it after many waking nights.
Give you some integers, your task is to sort these number ascending (升序).
You should know how easy the problem is now!
Good luck!
输入:
Input contains multiple test cases. The first line of the input is a single integer T which is the number of test cases. T test cases follow. Each test case contains an integer N (1<=N<=1000 the number of integers to be sorted) and then N integers follow in the same line.
It is guarantied that all integers are in the range of 32-int.
输出:
For each case, print the sorting result, and one line one case.

翻译
像A+B一样简单
描述:
这些天,我在想一个问题,我如何才能得到像A+B一样简单的问题?这样的事情是相当困难的。当然,我在经过许多醒着的夜晚后得到。
给你一些整数,你的任务是将这些数字升序。
你应该知道现在这个问题有多简单!
好运!
输入:
输入包含多种测试用例。第一行输入一个整数T表示测试用例的数量。接下来是T种测试用例。每个测试用例包含一个整数N(1<=N<=1000 个要排序的整数)和N个整数跟随在同一排。
保证所有的整数都在32-int的范围内。
输出:
对于每一种情况,输出排序结果和一种情况一行。

posted @ 2022-02-15 21:00  zgsycbq  阅读(113)  评论(0)    收藏  举报