運動會分數統計

運動會分數統計 #include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct Score{ char AthleteName [20]; char SchoolName [20]; int SchoolCode; int Rank; char Achievement [10
相關文章
相關標籤/搜索