信管117116李可欣数据结构实验三

1、建立一个包含n个学生成绩信息的程序 (1)用顺序表实现 # include <iostream>  # include <fstream>  # include <string.h>  #define MAX 100  int i,n;  using namespace std;    struct Student{       charid[20];            charname[
相关文章
相关标签/搜索