Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算法
两个指针
Module:
两个指针
Problem
2
/11
点对
Problem
直线上有
N
个点。需要统计索引对(
i
,
j
)的个数,使得 i < j 和 |a
i
- a
j
|
输入
第一行包含两个数字 N 和 D(1 <= N <= 10
5
,1 <= D <= 10
9
)。第二行N个非负数,每个数不超过2*10
9
。
印记
显示问题的答案。
例子
<头>
#
输入
输出
东西> <正文>
1
5 3
1 3 4 7 8
5
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary