public static void Main()
Console.WriteLine("Adj meg két számot!");
int a=Convert.ToInt32(Console.ReadLine());
int b=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Az első szám nagyobb a másodiknál.");
Console.WriteLine("A második szám nagyobb az elsőnél.");
Console.WriteLine("A két szám egyenlő.");