Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 動態數據結構
使用集合
Module:
使用集合
Problem
3
/10
将 set 与比较器一起使用
Theory
Click to read/hide
使用
set
比较器
按降序创建有序集的比较器示例。
结构 CMP { 布尔运算符()(int a,int b)常量{ 返回一个> b; } };
创建
set
时使用比较器。
设置
;年代;
Problem
完成
带有比较器的程序,解决下列问题。
给定
N
个自然数。 输出按该数的位数之和排序的集合。
例子
<头>
#
输入
输出
东西> <正文>
1
4
123 321 34 23
23 123 34
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary