摘要: TASK 1 1 #include<stdio.h> 2 #include<string.h> 3 #define N 3 4 5 typedef struct student 6 { 7 int id; 8 char name[20]; 9 char subject[20]; 10 double 阅读全文
posted @ 2024-12-19 16:57 Florence11 阅读(28) 评论(0) 推荐(0)