using System.Collections.Generic;
public static void Main()
foreach(var shoot in input){
}else if((them == 1 && me == 3) || (them > me) && !((them == 3 && me == 1))){
}else if((me > them) || (them == 3 && me == 1)){
Console.WriteLine(score);
public static List<Tuple<int, int>> GetInput(){
var formattedInput = new List<Tuple<int, int>>();
var inputSplit = input.Split('\n');
var rpsDict = new Dictionary<string, int>();
foreach(var line in inputSplit){
var choices = line.Split(' ');
var them = rpsDict[choices[0]];
formattedInput.Add(Tuple.Create<int, int>(them, me));
public static string input = @"A Y