tgwz

2025年12月23日

实验6

摘要: task1.c task1.c 1 #include <stdio.h> 2 #include <string.h> 3 #define N 3 4 typedef struct student { 5 int id; 6 char name[20]; 7 char subject[20]; 8 d 阅读全文

posted @ 2025-12-23 15:18 添罐望仔 阅读(8) 评论(1) 推荐(0)

导航