public static void Main()
int num,num1, sum=0,sum1=0, count=0, count1=0, count2=0;
Console.WriteLine("how many points did roi get?");
num=int.Parse(Console.ReadLine());
Console.WriteLine("how many points did tal get?");
num1=int.Parse(Console.ReadLine());
Console.WriteLine("roi won this game");
Console.WriteLine("tal won this game");
Console.WriteLine("roi scored the most point in all the games combined");
Console.WriteLine("tal scored the most poiny on all game combined");
Console.WriteLine("in total roi won " + count + " games");
Console.WriteLine("in total tal won" + count1 + " games");
Console.WriteLine(count2+ " games ended in tie");