#include<stdio.h>typedef struct grade{ float score; float absolutevalue; int num;}Pingwei;int main(){ int i,j,k; float temp,sum;...
阅读全文
2007
09-20