포럼
문제 COCI00469

Izbori

설명

In a land with developed democracy far, far away, presidential elections for the football
association are taking place. This land consists of \(N\) counties, and each county has its own
football association. There are \(M\) presidential candidates labeled with 1, 2, ... \(M\). Each of the
football associations will select exactly one candidate to cast their vote for. The winner of the
election is the candidate with the most votes. If multiple candidates get the most amount of
votes, the winner is the one with the smallest label.
During the election campaign, candidates visited the counties and tried to gain their
sympathies. After having met all the candidates, each county’s football association
determined the order in which they would cast their vote for each candidate.
For example, let’s assume that there are four candidates in the election and that one
county’s order is 2, 1, 4, 3. This means that, unless they revoke their candidacy, the
candidate with label 2 will get the county’s vote. If candidate 2 revokes their candidacy, and
candidate 1 is still in the race, then they will get the vote, and so on.
Zdravko is a passionate football fan, and also a close friend of candidate with label \(K\). He
wants to know which candidate will win if neither of the candidates revokes their candidacy.
He also wants to know what is the minimal number of candidates he must persuade to
revoke their candidacy in order for his friend, candidate \(K\), to become the president of the
football association.
Zdravko is currently dealing with other problems, so he is hoping that you will answer these
questions.

제약

The output must consist of two non-empty lines, each containing a single integer. The
correct answer to each of the questions is worth 50% of points for that test case.

입력 형식

The first line of input contains the numbers \(N\) (\(1 \le N \le 100\)), \(M\) (\(1 \le M \le 15\)) and \(K\) (\(1 \le K\)
\(M\)) from the task.
Each of the following \(N\) lines contains the orders given by the counties’ football associations,
i.e. a permutation of the first \(M\) natural numbers.

출력 형식

You must output the answers to the questions from the task, each in its own line.

예제 1
입력
3 4 1
3 4 1 2
4 2 3 1
3 4 2 1
출력
3
3
예제 2
입력
4 1 1
1
1
1
1
출력
1
0
예제 3
입력
4 4 4
2 3 1 4
2 3 1 4
1 3 2 4
4 3 2 1
출력
2
3
문제 정보

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

출처 COCI 2017/2018 Contest 4

평가 및 의견

Izbori

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

Log in to rate problems.

개별 의견

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

풀이 제출

Izbori

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