2020年12月21日
摘要: #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 3 typedef struct student { int id; /*学生学号 */ char na 阅读全文
posted @ 2020-12-21 12:29 wlj23 阅读(157) 评论(2) 推荐(0)