原创 C語言實戰——學生管理系統

C語言實戰 學生管理系統 #include <stdio.h> #include <string.h> #include <stdlib.h> #include <direct.h> struct Stu { char nam