摘要:
#include #define N 30 char str[N]={NULL}; int st[N]; int t=0,k=0,a,t1=0; struct node//定义一个队列 { char data; struct node * next; }; typedef struct node QueueNode; struct node2//定义一个链队列 { Que... 阅读全文
posted @ 2016-12-09 17:29
135陈若倩
阅读(331)
评论(0)
推荐(0)
浙公网安备 33010602011771号