【模板】单调栈
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.
题目背景
模板题,无背景。
2019.12.12 更新数据,放宽时限,现在不再卡常了。
题目描述
给出项数为 的整数数列 。
定义函数 代表数列中第 个元素之后第一个大于 的元素的下标,即 。若不存在,则 。
试求出 。
输入格式
第一行一个正整数 。
第二行 个正整数 。
输出格式
一行 个整数表示 的值。
5
1 4 2 3 5
2 5 4 5 0
提示
【数据规模与约定】
对于 的数据,;
对于 的数据, ;
对于 的数据,,。
初二竞赛组作业——单调栈
- Status
- Done
- Problem
- 7
- Open Since
- 2024-9-4 9:00
- Deadline
- 2024-9-25 23:59
- Extension
- 24 hour(s)