摘要: 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 fin 阅读全文
posted @ 2024-06-08 09:52 _FuBuki 阅读(33) 评论(0) 推荐(0)