포럼
문제 ICPC00287

C. Coffee Cup Combo

설명

Jonna is a university student who attends \(n\) lectures every day. Since most lectures are way too simple for an algorithmic expert such as Jonna, she can only stay awake during a lecture if she is drinking coffee. During a single lecture she needs to drink exactly one cup of coffee to stay awake.

Some of the lecture halls have coffee machines, so Jonna can always make sure to get coffee there. Furthermore, when Jonna leaves a lecture hall, she can bring at most two coffee cups with her to the following lectures (one cup in each hand). But note that she cannot bring more than two coffee cups with her at any given time.

Given which of Jonna's lectures have coffee machines, compute the maximum number of lectures during which Jonna can stay awake.

제약
입력 형식

The first line contains the integers \(n\) (\(1 \leq n \leq 10^5\)), the number of lectures Jonna attends.

The second line contains a string \(s\) of length \(n\). The \(i\)'th letter is 1 if there is a coffee machine in the \(i\)'th lecture hall, and otherwise it is 0.

출력 형식

Print one integer, the maximum number of lectures during which Jonna can stay awake.

예제 1
입력
10
0100010100
출력
8
예제 2
입력
10
1100000000
출력
4
예제 3
입력
1
0
출력
0
문제 정보

생성자가 기록되지 않았습니다.

출처 ICPC NCPC 2022

평가 및 의견

C. Coffee Cup Combo

개요
출제자 난이도 Unrated 레이팅 미적용 의견 0 / 1 공개 집계 (커뮤니티 난이도, 주요 주제, 품질)는 의견이 충분히 모이면 공개됩니다.

Log in to rate problems.

개별 의견

아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.

풀이 제출

C. Coffee Cup Combo

게스트로 둘러보고 있습니다. 로그인하면 풀이를 제출하고 진행 상황을 확인할 수 있습니다. 로그인하고 제출하기
공개
C++20 Tab 들여쓰기 · Ctrl+/ 주석 토글 · Enter 자동 들여쓰기
1 1 1 0 공백: 4 · UTF-8