數據結構課程設計—運動會分數統計

#include <stdio.h> #include <stdlib.h> #include<Windows.h> #include <string.h> #define Sch 10//學校數目 #define num 10//項目數目 typedef struct//每一個學校派一名參加比賽 { int AllScore; //總分 int Boyscore;//男生分數
相關文章
相關標籤/搜索