摘要: include include define max 30 typedef struct{ int data; int front,rear; }circqueue; //给队列赋值 int firstadd(circqueue q){ q data=(int )malloc(max sizeof( 阅读全文
posted @ 2019-04-30 11:47 龙吕 阅读(76) 评论(0) 推荐(0) 编辑