RiseOJ는 solved.ac와 제휴 관계가 없습니다. 티어 아이콘 © solved.ac. solved.ac
포럼
USACO0520

Counting Liars

Gold V 골드 V
난이도
2s
시간 제한
256MB
메모리 제한
0
맞았습니다!!
0
제출 수
0.0%
정답률
레이팅

의견: 0

설명

Bessie the cow is hiding somewhere along the number line. Each of Farmer John's
\(N\) other cows (\(1\le N\le 1000\)) have a piece of information to share: the
\(i\)-th cow either says that Bessie is hiding at some location less than or equal
to \(p_i\), or that Bessie is hiding at some location greater than or equal to
\(p_i\)
(\(0\le p_i\le 10^9\)).

Unfortunately, it is possible that no hiding location is consistent with the
answers of all of the cows, meaning that not all of the cows are telling the
truth. Count the minimum number of cows that must be lying.

Problem credits: Jesse Choe

제약

Problem credits: Jesse Choe

입력 형식

The first line contains \(N\).

The next \(N\) lines each contain either L or G, followed by an integer \(p_i\). L
means that the \(i\)-th cow says that Bessie's hiding location is less than or
equal to \(p_i\), and G means that \(i\)-th cow says that Bessie's hiding location
is greater than or equal to \(p_i\).

출력 형식

The minimum number of cows that must be lying.

예제 1
입력
2
G 3
L 5
출력
0
설명

It is possible that no cow is lying.

예제 2
입력
2
G 3
L 2
출력
1
설명

At least one of the cows must be lying.

문제 정보

riseoj 작성

출처 올림피아드 > USACO > 2021-2022 > US Open > Bronze

태그

평가 및 의견

Counting Liars

개요
출제자 난이도 Gold V 골드 V 의견 0 / 50 공개 집계 (커뮤니티 난이도, 주요 주제, 품질)는 의견이 충분히 모이면 공개됩니다.

Log in to rate problems.

개별 의견

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

풀이 제출

Counting Liars

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