yes
Time Limit: 1 seconds
Memory Limit: 1024 MB
Rating: 800
Problem StatementSort an array
Subtasks:
Task 1 (10 points):
Task 2 (90 points): No additional constraints.
The first line has integer
The second line has
Output the sorted array as shown in the sample cases.
Sample CasesSample Input 1: 4 2 3 4 1 Sample Output 1: 1 2 3 4 Sample Input 2: 3 -1000 40 -400 Sample Output 2: -1000 -400 40Explanation
Not available for this problem.
Sources