求第 k 大数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输入 、,及 个 范围内的整数。输出其中第 k 大的数。
输入格式
第一行两个整数 、。
接下来一行 个整数,含义如题意所述。
输出格式
一行一个整数。
5 2
3 2 7 6 8
7
数据规模与约定
- 对于 的数据,
- 对于 的数据,
- 数据保证纯随机生成。
基础赛
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 13
- Start at
- 2023-12-4 12:30
- End at
- 2023-12-25 8:30
- Duration
- 500 hour(s)
- Host
- Partic.
- 46