eThis 的 站内主页
#include<stdio.h>struct student{int num[10]; char name[25]; char sex; int age; float score[3];}stu[11]={{{3,1,0,6,0,0,9,4,6,9},"fangshaowu",'M',20,{88,80,90}},{{1,0,0,0,0,0,0....
Read More >