英语翻译05

2022 01.21第五天
Color Sequence
https://acs.jxnu.edu.cn/problem/ICPCJX2020E
1000ms 65536K
描述:
You are given a integer sequence c of length n, ci denotes the ith color in the sequence c.
给定长度为n的整数序列c,ci表示序列c中的第i种颜色。
We define a color sequence is legal only if it merely contains colors that appear even number of times.
我们定义一个颜色序列只有当它仅仅包含偶数次出现的颜色时才是合法的。
For example, sequence 0,1,0,1 is legal because both color 1 and 0 appear 2 times, and 2 is an even number. And sequence 0,1,0 is illegal because color 1 only appear 1 time, and 1 is not an even number.
例如,序列0,1,0,1是合法的,因为颜色1和0都出现2次,而2是偶数。并且序列0,1,0是非法的,因为颜色1只出现1次,1不是偶数

Now, you need to figure out how many consecutive subsequence of c that is a legal color sequence.
现在,您需要计算出c的连续子序列中有多少是合法的颜色序列。
输入:
The first line contains one integer n(1≤n≤106), the length of the sequence c.
第一行包含一个n,n是c序列的长度。

The second line contains n integer, the ith integer denotes the ith color, ci(0≤ci≤20).
第二行包含n个整数,第i个整数表示第i个颜色,ci(0≤ci≤20)
输出:
Print one integer as the answer.
输出答案
样例输入:
3
1 1 1
样例输出:
2
even number. 偶数

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

辉哥哥哟

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值