#G. 数字游戏 (Number Games)

    传统题 1000ms 256MiB

数字游戏 (Number Games)

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

Description

Little K sent a binary string of length 88 to Little P to play a number game. Little P wants to know how many times the character 11 occurs in the string.

Note: A binary string is a string in which each character is either 00 or 11. E.g., "101" (withuot quotes) is a binary string of length 33.

Input Format

The input has only one line consisting of a binary string ss of length 88.

Output Format

Print the number of times the character 11 occurs in ss.

00010100
2

Constraints

For 20%20\% of the data, all characters in the string are 00s.
For 100%100\% of the data, the input may contain both 00s and 11s. The length of the string is 88.

枚举算法(暑期基础班)

未参加
状态
已结束
规则
IOI
题目
10
开始于
2023-6-28 9:30
结束于
2023-7-6 9:30
持续时间
192 小时
主持人
参赛人数
69