摘要:
点击查看代码 #include<stdio.h> #include<stdlib.h> #include<string.h> #define maxsize 20 #define true 1 #define false 0 typedef struct st2 { int top; char st 阅读全文
摘要:
先放代码 点击查看代码 #include <stdio.h> #define Maxsize 50 #define true 1 #define false 0 typedef int Elemtype; typedef struct{ Elemtype data[Maxsize]; int fro 阅读全文
摘要:
先放代码 点击查看代码 #include <stdio.h> #define Maxsize 50 #define true 1 #define false 0 typedef int Elemtype; typedef struct{ Elemtype data[Maxsize]; int top 阅读全文