教務系統對某門課程的教師評教系統的設計

#include<stdio.h> #include<stdlib.h> #include<string.h> typedef struct _Person { int num;//評分學生數量 int sum;//總評分 char course[20];//課程 char name[20];//教師名 char style[20];//等級 }Person; void Print_
相關文章
相關標籤/搜索