顺序栈的创建进栈与出栈
#include <stdio.h>#include <stdlib.h>#include <iostream>#define MAXNUM 100typedef double Elemtype;/*
顺序栈的创建进栈与出栈