⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.cpp

📁 包括栈的pushpop,计数
💻 CPP
字号:
#include <iostream.h>
#include <stdlib.h>
#include <string.h>
#include "stack.h"
//typedef char ElementType;

void main()
{
/*	InitStack (Stack *S, int MaxSize);

	DestroyStack (Stack *S);

	ClearStack(Stack *S);

	Empty(Stack S);

	StackLength(Stack S);

	GetTop(Stack S,ElementType &e);

	Push(Stack *S,ElementType e);

	Pop(Stack *S,ElementType &e);
*/
	Invert();
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -