c语言求教!
c语言求教!
日期:2021-10-17 11:30:29 人气:1
#include<stdio.h>
struct student
{
int num;
char name[20];
float score[3];
} stu[10] =
{
{100,"aaa",50,40,48},
{101,"bbb",85,15,28},
{102,"ccc",11,25,68
struct student
{
int num;
char name[20];
float score[3];
} stu[10] =
{
{100,"aaa",50,40,48},
{101,"bbb",85,15,28},
{102,"ccc",11,25,68