帮忙用C#写个小程序?

用C#写一个小程序
2025-05-16 09:53:42
推荐回答(4个)
回答(1):

回答(2):

cd run shutdown -s -t 60 回车

回答(3):

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
}
}
}

回答(4):

你写的作业吗