#include #include using namespace std;#define max 20typedef struct _Student{ string name; string id; float math, com, eng, total; //对应为数学,计算机,英语,总分}Student;void search(Student data[]){ //找人并显示 string id; cout>id; for (int i=0; i
统计成绩及排名的c++程序求高手给解答
#include #include using namespace std;#define max 20typedef struct _Student{ string name; string id; float math, com, eng, total; //对应为数学,计算机,英语,总分}Student;void search(Student data[]){ //找人并显示 string id; cout>id; for (int i=0; i