[R25C]有序对
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.
时空限制
1S/512M
题目描述
给定一个包含 个整数的序列 。和一个整数 。
请计算满足以下所有条件的有序对 的数量:
- (两个位置的下标对 取模后的余数相同)
格式
输入格式
第一行包含两个由空格分隔的整数 和 。
第二行包含 个由空格分隔的整数 ,代表序列 。
输出格式
输出一个整数,表示满足条件的有序对的数量。
样例
样例输入 #1
5 2
1 2 3 2 1
样例输出 #1
2
样例解释 #1
, 符合条件。
数据规模
对于 的数据,。
对于 的数据,,。
代码源挑战赛 Round 25
- Status
- Done
- Rule
- DMY
- Start at
- 2025-8-15 20:00
- End at
- 2025-8-15 21:30
- Duration
- 1.5 hour(s)
- Host
- Partic.
- 492