06 2024 档案

摘要:task1 #include <stdio.h> #define N 80 #define M 100 typedef struct { char name[N]; char author[N]; } Book; void func1(); void func2(); int main() { fu 阅读全文
posted @ 2024-06-22 16:48 杰瑞斯 阅读(13) 评论(0) 推荐(0)
摘要:1 #include<stdio.h> #include<string.h> #define N 3 typedef struct student{ int id; char name[20]; char subject[20]; double perf; double mid; double fi 阅读全文
posted @ 2024-06-06 16:23 杰瑞斯 阅读(26) 评论(0) 推荐(0)