摘要: // CTest.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #include using namespace std;typedef char ElemType;struct GLNode{ bool tag; /... 阅读全文
posted @ 2015-06-03 21:43 bksqmy 阅读(464) 评论(1) 推荐(0)
摘要: // CTest.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #include using namespace std;typedef int ElemType;struct Stack{ ElemType data; ... 阅读全文
posted @ 2015-06-03 18:09 bksqmy 阅读(213) 评论(0) 推荐(0)