摘要: task 1 #include <stdio.h> #include <string.h> #define N 3 typedef struct student { int id; int name[20]; char subject[20]; double perf; double mid; do 阅读全文
posted @ 2023-05-28 11:31 zk柯r 阅读(18) 评论(0) 推荐(0)