以下是c++代码#include using namespace std;int main()int score[5][2];for(int i=0;i<5;i++){for(int j=0;j<2;j++){cin>>score[i][j];}}return 0;}