摘要: #include <iostream> #define MaxSize 100 using namespace std; struct Sqlist { int data[MaxSize]; int length; }; void CreateList(Sqlist* &L,int elem[],i 阅读全文
posted @ 2021-05-22 23:56 泡利不相容 阅读(40) 评论(0) 推荐(0)