摘要: 实验任务3 #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 typedef struct { char num[10]; // 学号 int s 阅读全文
posted @ 2022-12-21 13:58 汤玉龙 阅读(24) 评论(0) 推荐(0)