摘要: 实验1 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> #define N 2 typedef struct student { int id; char name[20]; char subject[20 阅读全文
posted @ 2025-06-02 10:39 wangchenxu 阅读(15) 评论(0) 推荐(0)