摘要: #include<stdio.h> #define MaxVertexNum 10 int main(){ // int a=10; // int* p=&a; typedef struct LinkQueue{ int V[MaxVertexNum]; int front,rear; }*Queu 阅读全文
posted @ 2021-04-26 15:56 磐正 阅读(50) 评论(0) 推荐(0)