二级202006-4:统计误差范围内的数
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.
题目描述
统计一个整数序列中与指定数字 m 误差范围小于等于 X 的数的个数。
输入格式
输入包含三行: 第一行为 N,表示整数序列的长度(N <= 100); 第二行为 N 个整数,整数之间以一个空格分开; 第三行包含 2 个整数,为指定的整数 m,误差范围 X。
输出格式
输出为 N 个数中与指定数字 m 误差范围小于等于 X 的数的个数。
输入样例数据 1
5
1 2 3 4 5
3 1
输出样例数据 1
3
数据范围与提示
样例中 2,3,4 都满足条件,故答案为 3
开始二级了(第一轮)
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 5
- Start at
- 2023-7-26 9:45
- End at
- 2023-8-20 9:45
- Duration
- 600 hour(s)
- Host
- Partic.
- 14