數據結構與算法之———舞伴問題(隊)

 #include<stdio.h> #include<stdlib.h> #include"string.h" #define maxsize 100 typedef struct {  char name[10];  int sex;string }person; typedef struct {  person wom[maxsize];  int front;  int rear; }
相關文章
相關標籤/搜索