#include<stdio.h>struct student{int num; char name; char sex; int age; float score;}stu={{{3,1,0,6,0,0,9,4,6,9},"fangshaowu",'M',20,{88,80,90}},{{1,0,0,0,0,0,0,0,0,0},"zhang"...
阅读全文
2007
06-11