最赞回答 / qq_水梦叶满天_04112467
using System;using System.Collections.Generic;using System.Text;namespace projGetMaxScore{ class Program { static void Main(string[] args) { int max = 0; string[,] score = { { "吴松", "89" }, { "钱东宇", "90" }, { "伏晨"...
2017-07-16