摘要:
先附上C++下的代码 1 #include <iostream> 2 #include<malloc.h> 3 #define MAXSIZE 100 4 5 using namespace std; 6 7 typedef struct{ 8 int *base; 9 int front; 10 阅读全文
posted @ 2017-10-19 14:34
Letmelf
阅读(188)
评论(0)
推荐(0)
浙公网安备 33010602011771号