/*程序名称:学生成绩管理系统*/
/*程序设计者:致远 */
/*设计时间:2013-3-15 */
/**************************************************************************************************/
#include <stdio.h>
#include <string.h>
#define N 150
int temp;
struct student
{
......................
阅读全部 | 2013年3月20日 19:10