static void Main(string[] args)
{
string[] names = new string[] { "吳松", "錢東宇", "伏晨", "陳陸", "周茜", "林日鵬", "何昆", "關欣" };
int[] score = new int[] { 89, 90, 98, 56, 60, 91, 93, 85 };
int max = score[0];
{
string[] names = new string[] { "吳松", "錢東宇", "伏晨", "陳陸", "周茜", "林日鵬", "何昆", "關欣" };
int[] score = new int[] { 89, 90, 98, 56, 60, 91, 93, 85 };
int max = score[0];