《算法筆記》codeup_100000572_D

解答:code #include <stdio.h> #include <stdlib.h> #include <string.h> struct student { int id; char name[10]; int score1; int score2; int score3; }; void input(student* student_array) { for(int i
相關文章
相關標籤/搜索