public static void Main()
for (int i = 0; i < 68; i++)
int battel1=0, shollot1=0, battel2=0, shollot2 = 0, x=0 , y=0;
Console.WriteLine("הכנס מספר כיתה");
grade= Console.ReadLine();
Console.WriteLine("הכנס מספר בקבוקים שאספת");
x = int.Parse(Console.ReadLine());
Console.WriteLine("הכנס מספר סוללות שאספת");
y = int.Parse(Console.ReadLine());
Console.WriteLine("הכנס מספר בקבוקים שאספת");
x = int.Parse(Console.ReadLine());
Console.WriteLine("הכנס מספר סוללות שאספת");
y = int.Parse(Console.ReadLine());
if (battel1 + shollot1 == battel2 + shollot2)
Console.WriteLine("teko");
else if (battel1 + shollot1 > battel2 + shollot2)
Console.WriteLine("כיתה ט-1 ניצחה");
Console.WriteLine("כיתה ט-2 ניצחה");