C语言求助...

日期:2022-02-14 08:24:37 人气:1

C语言求助...

#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++){
    A+
热门评论