16

#include <stdio.h> #define N 100  /*N表示最多容許的學生人數*/ struct Student {    int num; //學號    int c; //C語言成績    int math; //數學成績    float aver;  //兩科均分 }; int main( ) {    int n,totalc,totalmath,averc,averm
相關文章
相關標籤/搜索