大一上c语言学生管理系统

#include <stdio.h> #include <stdlib.h> #include <conio.h> #include <string.h> typedef struct student {     char name[20];     long int id;     int score; } STU; STU stu1[100]; int main() {     void Li
相关文章
相关标签/搜索