for(int i=1; i<=4; i++)//i代表4場客主對比分 { for(int j=1; j<=4; j++)//j代表4節節比分 { cin>>score;//score代表單節比分 a[i]+=score; } }接下來就是判斷a[1] a[2] a[3] a[4]大小了