using System;
public class Program
{
public static void Main()
Console.Write("Nhập text: ");
var text = Console.ReadLine();
}