Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 動態數據結構
用比较器排序
Module:
用比较器排序
Problem
7
/11
通过 lambda 函数对向量进行排序
Problem
给你一个整数序列。编写一个程序,按降序创建数组并对其进行排序。
输入
第一个给定的数字N —数组中元素的数量 (1<=N<=100)。进一步,通过空格,写下N个数字——数组元素。该数组由整数组成。
输出
需要输出一个降序排列的数组。
<正文>
输入
输出
5
4 56 23 67 100
100 67 56 23 4
表>
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary