HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Search > problem:


51056 - Welcome Picnic

Guest
• Review clarifications (4)

Section problems

• 50861 - The largest Student Group
• 50815 - Breaking the Bunker
• 50483 - Group Total
• 51078 - Max trade
• 50500 - Find Student
• 50786 - Top Question
• 50788 - Eight Puzzle
• 50504 - School contest
• 51056 - Welcome Picnic
• 50787 - Expected Value
• 51055 - The competition
• 50859 - Low performance
• 50826 - Olive Containers
• 50866 - Buy the cheapest
• 51077 - Grades Histogram
• 50785 - Swimming Contest
• 50999 - Overlapping Trips

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Question by Ibrahim Mesecan.

Q3

The university organizes welcome picnic every year for the freshman students. In the picnic, students are divided into 3 different games: 1: Football, 2: Basketball, 3: Volleyball.

Question: Write a program, that reads the name and preference of n students and defines the game which has the most number of students.

Input specification: you will be given one integer (n) in the beginning. Then, the following n lines will have two strings: The name of the student and his/her preferred game (Football, Basketball or Volleyball) where n is between 1 and 10,000 names are at most 20 char strings containing only 26 English (uppercase or lowercase) letters, and there are only 3 possible games.

Output specification: Show the game which has the most number of participants, and the number of students who play this game. If there are several games with the same number of students, follow the order of games given above.

Sample Input I
5
Erald Basketball
Redi Volleyball
Erida Football
Kei Volleyball
Ardi Basketball
Sample Input II
4
Edra Volleyball
Albi Basketball
Riva Football
Pironada Football
Sample Output I
Basketball 2
Sample Output II
Football 2



Для отправки решений необходимо выполнить вход.

www.contester.ru