int inputStrLength = 10000;
Console.SetIn(new StreamReader(Console.OpenStandardInput(), Encoding.UTF8, false, inputStrLength));
string strTxt = Console.ReadLine();
int inputStrLength = 10000;
Console.SetIn(new StreamReader(Console.OpenStandardInput(), Encoding.UTF8, false, inputStrLength));
string strTxt = Console.ReadLine();