public static void Main()
int x = Convert.ToInt32(Console. ReadLine());
int y = Convert.ToInt32(Console. ReadLine());
int z = Convert.ToInt32(Console. ReadLine());
Console.WriteLine("x больше чем z!");
Console.WriteLine("Также x больше чем y!");
Console.WriteLine("Но x меньше чем y");