public static void Main()
Console.WriteLine("Enter Rib 1:");
int a = int.Parse(Console.ReadLine());
Console.WriteLine("Enter Rib 2:");
int b = int.Parse(Console.ReadLine());
Console.WriteLine("Enter Rib 3:");
int c = int.Parse(Console.ReadLine());
Console.WriteLine("hamesholash shve chlot");
Console.WriteLine("hamesholash shve shokaym");
Console.WriteLine("hamesholash shve shokaym");
else if(a!=b && b!=c && a!=0 && b!=0 && c!=0)
Console.WriteLine("hamesholash shone chlaot");
else if(a<=0 || b<=0 || c<=0)
Console.WriteLine("hamesholash lo mesholash");