随笔 - 1  文章 - 0  评论 - 0  阅读 - 165
  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 俟实扬华 阅读(165) 评论(0) 推荐(0)
< 2025年6月 >
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
6 7 8 9 10 11 12

点击右上角即可分享
微信分享提示