public static void Main()
Console.WriteLine("הכנס ציון ראשון");
x=int.Parse(Console.ReadLine());
Console.WriteLine("הכנס ציון שני");
y=int.Parse(Console.ReadLine());
Console.WriteLine("הכנס ציון שלישי");
m=int.Parse(Console.ReadLine());
Console.WriteLine(x*0.33+y*0.17+m*0.5);