讀取文件內容

/* 讀取文件內容 */ #include <stdio.h> #include <stdlib.h> #define N 30 typedef  struct date_order {     int year;     int month;     int day; }DATE; typedef struct student {     long studentID;     char stu
相關文章
相關標籤/搜索