C#:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
namespace Hui
{
class Program
{
static void Main(string[] args)
{
string path = Console.ReadLine();
string content = File.ReadAllText(path);
string[] baze = content.Split(':', ';', ' ');
long index = 0;
bool hasSerached = false;
bool hasSerachedd = false;
string search = Console.ReadLine(); //Имя, номер или фамилия человека, которого вы хотите найти.
}
}
}