摘要: 输出: vector<int> test<1 2 3 5 >vector<string> text<my first program ! >assign test<1 2 3 >请按任意键继续. . . 阅读全文
posted @ 2018-01-03 20:41 accomplishment 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 文本内容: 阅读全文
posted @ 2017-12-18 20:03 accomplishment 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 1 #include<iostream> 2 #include<string> 3 #include<fstream> 4 #include<sstream> 5 #include<vector> 6 #include<map> 7 #include<set> 8 9 using namespace 阅读全文
posted @ 2017-12-17 11:17 accomplishment 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define OK 1 4 #define NO 0 5 #define TRUE 1 6 #define FALSE 0 7 #define ERROR -1 8 9 10 typedef int Status; 11 12 typedef int KeyType;//关键字类型 13 type... 阅读全文
posted @ 2017-11-07 19:27 accomplishment 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 #define OK 1 5 #define NO 0 6 #define TRUE 1 7 #define FALSE 0 8 #define ERROR -1 9 10 #define MaxVerTexNum 100 11 #define INFINITY 65535 12 13 typ... 阅读全文
posted @ 2017-11-03 23:24 accomplishment 阅读(723) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 #define OK 1 5 #define NO 0 6 #define TRUE 1 7 #define FALSE 0 8 #define ERROR -1 9 10 #define MaxVerTexNum 100 11 #define INFINITY 65535 12 13 1... 阅读全文
posted @ 2017-11-03 22:29 accomplishment 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 输入输出示例: 阅读全文
posted @ 2017-11-03 21:06 accomplishment 阅读(1149) 评论(0) 推荐(0) 编辑
摘要: 参考 http://www.cnblogs.com/kangjianwei101/p/5222014.html http://blog.csdn.net/u014488381/article/details/41447229 阅读全文
posted @ 2017-11-01 20:59 accomplishment 阅读(1742) 评论(0) 推荐(0) 编辑
摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 4 #define OK 1 5 #define NO 0 6 #define TRUE 1 7 #define FALSE 0 8 #define ERROR -1 9 10 #define MaxVerTexN 阅读全文
posted @ 2017-10-28 18:06 accomplishment 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.cnblogs.com/kangjianwei101/p/5222014.html 阅读全文
posted @ 2017-10-27 14:15 accomplishment 阅读(1091) 评论(0) 推荐(0) 编辑