public static void Main()
Console.WriteLine("введите координаты первой точки");
a = Convert.ToInt32(Console.ReadLine());
b=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Введите координаты второй точки");
k = Convert.ToInt32(Console.ReadLine());
d = Convert.ToInt32(Console.ReadLine());
Console.WriteLine(" расстояние = {0}", c);