#include"stdio.h"#include"string.h"struct student {char name[9]; long num; char sex; char college[41]; }cmpnum (struct student p1,struct student p2) {struct student temp; temp=p1;p1=p2;p2=temp; }...
posted @ 2006-06-09 15:05
俟实扬华
阅读(165)
评论(0)
推荐(0)