摘要: 1 #include<bits/stdc++.h> 2 #include<vector> 3 #include<algorithm> 4 using namespace std; 5 #define MAXSIZE 100 6 typedef struct{ 7 int *elem; //指针 8 阅读全文
posted @ 2023-09-14 23:41 软件拓荒人 阅读(52) 评论(0) 推荐(0)