Type: Default 1000ms 256MiB

C - 幸运数字

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.

C - 幸运数字

题目描述

新新 有一个长度为 nn 的序列 aa 和一个幸运数字 xx

现在小 T 想知道二元组 (i,j)(i,j) 的数量,要求满足:

  • 1i<jn1\le i < j \le n
  • aiaj=xa_i - a_j = x

输入格式

第一行 22 个数,分别代表 nnxx

第二行 nn 个数,代表 a1,a2,,ana_1, a_2, \dots, a_n

输出格式

一个数,代表符合条件的二元组 (i,j)(i,j) 的数量。

样例

输入 11

6 2
6 4 4 2 5 3

输出 11

5

数据范围

对于所有数据,保证 2n2×1052 \le n \le 2 \times 10^{5}1xn1\le x \le n1ain1\le a_i \le n

高新区第二期夏令营结业考试(复现赛)

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
11
Start at
2024-2-28 12:00
End at
2024-3-3 16:00
Duration
100 hour(s)
Host
Partic.
79