Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 動態數據結構
用比较器排序
Module:
用比较器排序
Problem
3
/11
按最后一位排序
Problem
给你一个整数序列。 编写一个程序,按照数字中最后一位数字的降序创建和排序数组。
输入
第一个给定的数字
N
- 序列中元素的数量(1<= N <= 100)。然后写
N
个数字,中间用空格隔开。
输出
需要输出一个数组,按照数字最后一位降序排列。
例子
<头>
#
输入
输出
东西> <正文>
1
5
5 100 23 777 34
777 5 34 23 100
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary