求一程序:用C语言编写,要求如下:

日期:2011-04-01 18:58:05 人气:2

求一程序:用C语言编写,要求如下:

这个是C++的 你就把头文件跟输入输出流改成C的就行 #include #include using namespace std; #define maxsize 150 struct sStack { char sign[maxsize]; int top; }; int InitsStack(sStack &SS) { SS.top=-1; retu
    A+
热门评论