HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Search > problem:


50832 - Rock Paper Scissors Lizard Spock

Guest
• Review clarifications (2)

Section problems

• 50826 - Olive Containers
• 50866 - Buy the cheapest
• 50999 - Overlapping Trips
• 50507 - Sequential Numbers
• 50501 - The Highest Average
• 50434 - Row Min Subtraction
• 50980 - The smallest rectangle
• 50860 - Number of Student Certificates
• 50832 - Rock Paper Scissors Liz...
• 50834 - The train which leaves the f...
• 51078 - Max trade
• 51056 - Welcome Picnic
• 51055 - The competition
• 51077 - Grades Histogram
• 51057 - Number of students
• 51046 - The biggest number
• 50535 - Image Compression

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.

Rock Paper Scissors Lizard Spock

You know the famous game: Rock Paper Scissors. There is an extension of it: Rock Paper Scissors Lizard Spock. In which the rules are similar. Any of the five can win or lose against other four as seen in image on the right.

Question: Write a program that is going read n games between two people, and show the winner.
Note: If the two players show the same hand, they both take 0.

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 strings.

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

  • 1: if the first player wins
  • 2: if the second player wins
  • Tie: if they have the same score

Sample Input I
3
Rock Paper
Lizard Rock
Spock Scissors
Sample Output I
1 2
2

Explanation:

  1. Paper covers Rock
  2. Rock crushes Lizard
  3. Spock smashes Scissors



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

www.contester.ru