代码搜索结果
找到约 15,351 项符合
9 的代码
9-4.c
#include //头文件
struct kemu //定义结构kemu
{
float Chinese; //语文成绩
float English; //英语成绩
float Math; //数学成绩
};
struct student //定义结构student
{
char *n