提交 e22484fa 编写于 作者: ToTensor's avatar ToTensor

update dir

上级 c2d99f87
# k倍区间
**问题描述**
给定一个长度为N的数列,$A_1, A_2, … A_N,$如果其中一段连续的子序列$A_i, A_{i+1}, … A_j(i <= j)$之和是K的倍数,我们就称这个区间[i, j]是K倍区间。
......@@ -19,7 +18,7 @@
**样例输入**
```
```json
5 2
1
2
......@@ -30,7 +29,7 @@
**样例输出**
```
```json
6
```
......@@ -48,7 +47,7 @@ int main()
{
cin >> son[i];
if (i != 0)
__________________
__________________;
else
sum[i] = son[i] % k;
b[sum[i]]++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册