《C语言程序设计》实验报告
《C语言程序设计》实验报告
日期:2008-06-03 18:36:29 人气:1
#include "stdio.h"
#define N 10
typedef struct
{char name[20];
char xuehao[20];
int xuhao[5];
float shuxue[10];
float yingyu[10];
float jisuanji[10];
float sum[10];
float average[10];
}user;
main()
{user sp[N],temp;
int i;
printf