2020年12月23日
摘要: 实验任务1 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<string.h> 4 #define N 3 5 6 typedef struct student { 7 int id; 8 char name[20]; 9 char subje 阅读全文
posted @ 2020-12-23 20:25 黑卡卡卡蒂 阅读(95) 评论(2) 推荐(0)