为了账号安全,请及时绑定邮箱和手机立即绑定

代码正确,但提交后显示的是这样的错误,是什么原因呢?

error CS5001: Program `Program.exe' does not contain a static `Main' method suitable for an entry point Compilation failed: 1 error(s), 0 warnings

为什么我会出现这样的错误?

正在回答

2 回答

没问题,运行好着呢!

0 回复 有任何疑惑可以回复我~

using System;
using System.Collections.Generic;
using System.Text;

namespace Test
{
    class Program
    {
        static void Main(string[] args)
        {
            char[,] ch = { {'我','是','软'},{'件','工','程'},{'师','啦','!'}};
            Console.WriteLine("{0}{1}{2}",ch[1,1],ch[1,2],ch[2,0]);
        }
    }
}

这是我的代码

0 回复 有任何疑惑可以回复我~
#1

慕移动0448010

没问题呀
2022-03-18 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

代码正确,但提交后显示的是这样的错误,是什么原因呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信