摘要: 实验任务4 是 是 不直观可读 #include <stdio.h> #include <stdlib.h> #define N 10 typedef struct student { int num; char name[20]; int score; }STU; int main() { FIL 阅读全文
posted @ 2020-12-31 13:10 应钟二四 阅读(75) 评论(1) 推荐(0)