using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication2
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("HELLO");
string a = Console.ReadLine();
Console.WriteLine(a);
Console.ReadKey();
}
}
}
HELLO 来过了,第一次接触很温馨,因为一次通过,很好,很强大!COME ON !