yanbinvschengxu 的 站内主页
2008
01-14
01-14
#include <stdio.h>int count=0;struct student { int num; char name[20]; float score[3]; float pscore;};struct student stu[50];void st(struct student *p){ int i; floa....
Read More >