摘要:
#include #include #define N 30 char str[N]={NULL},st[N]={NULL}; int t=0,t1=0; struct node//定义一个队列 { char data; struct node * next; }; typedef struct node QueueNode; struct node2//定义一个链队列 { ... 阅读全文
posted @ 2016-09-29 20:38
218~陈笑璞
阅读(322)
评论(0)
推荐(0)
摘要:
#include #include #define N 30 char str[N]={NULL},st[N]={NULL}; int t=0,t1=0; struct node//定义一个队列 { char data; struct node * next; }; typedef struct node QueueNode; struct node2//定义一个链队列 { ... 阅读全文
posted @ 2016-09-29 20:32
218~陈笑璞
阅读(181)
评论(0)
推荐(0)
浙公网安备 33010602011771号