ГлавнаяСборникиТурнирыРазделыФорумыУчастникиПечатьПомощьО системе

Разделы > Ad-Hoc > задача:


50528 - Rock-Scissors-Paper

Гость
• Вопросы к жюри (2)

Задачи раздела

• 50366 - Student Averages (2 Grades)
• 50406 - Draw Pattern 178
• 50416 - Placing Dominoes on Chess...
• 50477 - Character Pyramids
• 50498 - K-Means
• 50505 - kht Puzzle
• 50346 - The Biggest Date
• 50512 - Coding redundancy
• 50528 - Rock-Scissors-Paper
• 50493 - n-digit kth Prime Number
• 50520 - Filling a Matrix Randomly
• 50357 - Convert Euros into Dollars
• 50355 - Bills of City Water Company
• 50454 - What day is it?
• 50350 - Fahrenheit to Celsius
• 50356 - Hours Passed
• 50466 - Drawing Square From Stars

Обратная связь

Если у вас есть предложения или пожелания по работе Contester, посетите форум сайта www.contester.ru.

Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.
Question by Ibrahim Mesecan.

Rock-Scissors-Paper

Rock-Scissors-Paper is a hand game usually played between two people. The two players forms one of the three possible shapes simultaneously. If both sides have the same shape. The game is tie. There are three possible outcomes otherwise:

  • Rock crushes scissors
  • Paper covers rock
  • Scissors cut paper.
Note: If they are the same, they don't get any points.

Question: You are given n sequences of shapes. Find the winner.

Input specification
You will be given an integer (n) the number of plays where 0 ≤ n ≤ 1000. Then, in the following n lines, you will be given two of the strings: Rock, Paper, Scissors.

Output specification
Show the score in the first line. Then, show one of the messages:

  • The first player wins
  • The second player wins
  • Tie

Sample Input I
3
Rock Paper
Scissors Rock
Scissors Paper

Sample Output I
1 2
The second player wins



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

www.contester.ru