public static void Main() {
Console.Write("Введіть число 1: ");
int a = int.Parse(Console.ReadLine());
Console.Write("Введіть число 2: ");
int b = int.Parse(Console.ReadLine());
Console.Write("Введіть число 3: ");
int c = int.Parse(Console.ReadLine());
int ans = Math.Min(f, c);
Console.WriteLine("1 число - найменше");
Console.WriteLine("2 число - найменше");
Console.WriteLine("3 число - найменше");