求解123534653
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
class Program
{
static void Main(string[] args)
{
int year = 2015;//年份
string txet;
if (year % 4 == 0)
text = "闰年" ;
else
text="平年";//请填写代码
Console.WriteLine("今年是{0}",text);
}
}
}