public static void Main()
int a = Convert.ToInt32(Console.ReadLine());
int b = Convert.ToInt32(Console.ReadLine());
int c = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Най-малкото число е " + " " + "a = " + a);
Console.WriteLine("Най-малкото число е " + " " + "b = " + b);
Console.WriteLine("Най-малкото число е " + " " + "c = " + c);