2016年4月13日
摘要: #include<stdio.h>#include<malloc.h>typedef struct node{ int data; struct node *next;}queuenode;typedef struct node1{ queuenode *front; queuenode *rear 阅读全文
posted @ 2016-04-13 14:59 31黄智涛 阅读(104) 评论(0) 推荐(0) 编辑