365文库
登录
注册
搜索
下载二维码
App功能展示
海量免费资源 海量免费资源
文档在线修改 文档在线修改
图片转文字 图片转文字
限时免广告 限时免广告
多端同步存储 多端同步存储
格式轻松转换 格式轻松转换
用户头像
午安 上传于:2024-06-15
#include struct student { int num; char name[20]; char sex[10]; int age; float computer; float math; float English; float sum_score; }; int max(struct student a[],int n) { int k,i; float m; m=a[0].sum_score; k=0; for(i=1;i<3;i++) { if(ma[j].sum_score) { a[n]=a[i]; a[i]=a[j]; a[j]=a[n]; } } } } void paixiu2(struct studen
tj