Izbori
의견: 0
3 \(s / 64\) \(MB / 80\) points
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 n\(on-em\)pty lines, each containing a single integer. The
correct answer to each of the questions is worth 50% of points for that test case.
3 \(s / 64\) \(MB / 80\) points
The first line of input contains the numbers \(N\) (1 ≤ \(N \le 100\)), \(M\) (1 ≤ \(M \le 15\)) and \(K\) (1 ≤ \(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.
3 4 1
3 4 1 2
4 2 3 1
3 4 2 1
3
3
4 1 1
1
1
1
1
1
0
4 4 4
2 3 1 4
2 3 1 4
1 3 2 4
4 3 2 1
2
3
평가 및 의견
Izbori
Log in to rate problems.
아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.
풀이 제출
Izbori