高分求解C语言 综合设计 问题!!高手们帮帮忙啊!谢谢了先!

日期:2021-07-27 07:13:08 人气:1

高分求解C语言 综合设计 问题!!高手们帮帮忙啊!谢谢了先!

#include "stdio.h"
#include "string.h"
struct student
{
int number;
char name[10];
float math,chinese,english,average;

};
int tj[10]={0}; //储存各分数段人数
struct student input(
    A+
热门评论