摘要:
static void Main(string[] args) { int[] myarray = { 1, 5, 8, 9, 11,2, 6, 2, 4, 6, 3 }; int maxindex; Console.... 阅读全文
摘要:
static void Main(string[] args) { Console.WriteLine("请输入年份"); int year = Convert.ToInt32(Console.ReadLine()); ... 阅读全文