2006年6月9日
摘要: #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 俟实扬华 阅读(167) 评论(0) 推荐(0)