C语言 编程!!!二、实验题目: 有10个学生

日期:2021-06-07 21:37:05 人气:1

C语言 编程!!!二、实验题目: 有10个学生

#include<stdio.h>
struct student{
int NO;
char name[20];
int score1,score2,score3;
float average;
int total;
}stud[10];
void input(struct student stud[])
{
int i;
for(i=0;i<10;i++){
    A+
热门评论