摘要:
#include<stdio.h> #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 stru 阅读全文
posted @ 2016-12-08 20:02
218~陈笑璞
阅读(267)
评论(0)
推荐(0)
浙公网安备 33010602011771号