2006年3月20日
摘要: #include"stdio.h"struct node{int n;struct node *next;}main(){int i,j,b=0,N,m,s;struct node *p,*head,*q;printf("input three numbers:\n");scanf("%d %d %d",&m,&N,&s);head=(struct node*)malloc(sizeof(stru... 阅读全文
posted @ 2006-03-20 11:48 island 阅读(209) 评论(1) 推荐(0)