摘要: #include <stdio.h> #include <string.h> #define MAXSIZE 100 // 最大存储100人 #define _CRT_SECURE_NO_WARNINGS struct Student { char name[20]; // 姓名 int age; 阅读全文
posted @ 2024-10-02 00:26 呓语-MSHK 阅读(31) 评论(0) 推荐(0)