实现输入、输出:

using System;

namespace test_path_wav
{
    class Program
    {
        static void Main(string[] args)
        {
            string a;
            a = Console.ReadLine();
            Console.WriteLine("{0},Hello World!",a);
        }
    }
}

 

相关文章:

  • 2021-06-29
  • 2022-12-23
  • 2021-05-14
  • 2021-09-16
  • 2021-05-13
  • 2021-08-22
  • 2021-05-27
猜你喜欢
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-10-16
相关资源
相似解决方案