求助:数据结构实验报告(c语言版)

日期:2007-10-25 21:21:35 人气:1

求助:数据结构实验报告(c语言版)

/* 标准文档模板 */ #include "Stdio.h" #include "Conio.h" #define SIZE 50 struct student { int ID; char name[20]; int score[3];//三门课的成绩 float avg; }; int count=4; //用来记录总条数 因为已有四条记录所以初始
    A+
热门评论