摘要:
#include<stdio.h> #include<stdlib.h> #include<string.h> #define N 3 typedef struct student { int id; char name[20]; char subject[20]; float perf; floa 阅读全文
posted @ 2021-06-10 20:48
xfor
阅读(61)
评论(0)
推荐(0)
浙公网安备 33010602011771号