LXYlxy666

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年2月22日

摘要: #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)