文件操作---錄入成績並計算均分,寫到文件中,打印到屏幕上

#include <stdio.h> #include <stdlib.h> #define N 30 typedef struct data {     int year;     int month;     int day; }DATE; typedef struct student {     long studentID;     char studentName[10];     ch
相關文章
相關標籤/搜索