Type: Default 1000ms 256MiB

删数

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.

题目背景

新新喜欢偶数, 讨厌奇数

题目描述

给你一个长度为 nn 的序列 aa , 我们想要知道最少删掉多少个数字, 可以使得相邻两数之和为偶数?

数据格式

输入格式

多组数据, 第一行输入一个整数 tt, 表示一共有 tt 组数据.

对于每组数据,

第一行一个整数 nn, 表示有 nn 个元素

第二行有 nn 个整数 aia_i

输出格式

输出 tt 行, 每行一个整数, 表示最少需要删掉多少个数字.

样例

2
5
3 1 2 1 3
4
1 5 1 7
1
0

数据范围

1t1001 \leq t \leq 100

1n2×1031 \leq n \leq 2\times 10^3

1ai1061 \leq a_i \leq 10^6

[NOI蓝图杯] 六月月赛-入门赛

Not Attended
Status
Done
Rule
Ledo
Problem
6
Start at
2023-6-2 12:00
End at
2023-6-6 0:00
Duration
84 hour(s)
Host
Partic.
99