#include <stdio.h>int count=0;struct student { int num; char name; float score; float pscore;};struct student stu;void st(struct student *p){ int i; float sum=0;&nb...
阅读全文
2008
01-14