C语言求助...
C语言求助...
日期:2022-02-14 08:24:37 人气:1
#include<stdio.h>
struct stu{
int no;
char name[10];
float score;
};
void main(){
struct stu student[4];
float s=0.0;int x,i;
for(i=0;i<6;i++){
struct stu{
int no;
char name[10];
float score;
};
void main(){
struct stu student[4];
float s=0.0;int x,i;
for(i=0;i<6;i++){