using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;namespace 控制台下Csharp
{
    class Program
    {
        static void Main(string[] args)
        {
            enum Day {q,w,e};
        };
    }
}
在VS2010中错误列表如下
错误 1 应输入 } E:\C#\控制台下Csharp\控制台下Csharp\Program.cs 11 10 控制台下Csharp
错误 2 应输入类型、命名空间定义或文件尾 E:\C#\控制台下Csharp\控制台下Csharp\Program.cs 15 1 控制台下Csharp