#B. C - Coloring Colorfully

    传统题 1000ms 256MiB

C - Coloring Colorfully

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

C - Coloring Colorfully

Score : $300$ points

Problem Statement

$N$ tiles are arranged in a row from left to right. The initial color of each tile is represented by a string $S$ of length $N$.

The $i$-th tile from the left is painted black if the $i$-th character of $S$ is 0, and painted white if that character is 1.

You want to repaint some of the tiles black or white, so that any two adjacent tiles have different colors.

At least how many tiles need to be repainted to satisfy the condition?

Constraints

  • $1 \leq |S| \leq 10^5$
  • $S_i$ is 0 or 1.

Input

Input is given from Standard Input in the following format:

SS

Output

Print the minimum number of tiles that need to be repainted to satisfy the condition.


000
1

The condition can be satisfied by repainting the middle tile white.


10010010
3

0
0

2024寒假入门组刷题营(九)

未参加
状态
已结束
规则
ACM/ICPC
题目
8
开始于
2024-2-6 13:30
结束于
2024-2-6 15:30
持续时间
2 小时
主持人
参赛人数
10