摘要: 实验一 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #define N 5 typedef struct student { long no; char name[20]; int score; }ST 阅读全文
posted @ 2021-12-22 10:58 IU是春天呐 阅读(33) 评论(0) 推荐(0)