摘要:
#include<stdio.h> struct student{ //定义一个结构体数组 int num; char name[11]; float g1; float g2; float g3; float aver; }; int main(){ student stu[101],s;//st 阅读全文
posted @ 2023-02-22 23:48
printf("赖狒狒");
阅读(31)
评论(1)
推荐(0)
浙公网安备 33010602011771号