连通分量,2p237 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月05日 0 点赞 0 评论 986 浏览 评分:0.0
精品文章 各编译器(编程软件)下载集合 摘要:方便各位同学编程入门,给大家提供了几乎全部常见的编译器的下载地址(百度网盘),方便大家直接拿去使用,亲测无广告可用,不必再东奔西走了,如下各个编译器的安装、下载教程见:[编译器教程 ](htt…… 文章列表 2020年03月05日 537 点赞 16 评论 128155 浏览 评分:8.8
铺砖问题,动态规划解法 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月04日 0 点赞 0 评论 1330 浏览 评分:0.0
铺砖问题,p196 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月04日 0 点赞 0 评论 594 浏览 评分:0.0
OJ中多输入多输出问题 摘要:## 关于OJ中多输入多输出的问题 ** 最近刚入门编程,开始着手做普及题,其中好多的问题都涉及到多输入多输出问题,即题目没有明确说明输入数据到底有多少组。对于此类问题解决的方法如下:** …… 文章列表 2020年03月04日 0 点赞 0 评论 716 浏览 评分:8.0
Traveling by Stagecoach 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月03日 0 点赞 0 评论 423 浏览 评分:0.0
旅行商问题,dp 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月03日 0 点赞 0 评论 538 浏览 评分:0.0
旅行商问题 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月03日 0 点赞 0 评论 551 浏览 评分:0.0
树状数组, 摘要: #include #include using namespace std; static const int MAX = 5000;…… 文章列表 2020年03月03日 0 点赞 0 评论 477 浏览 评分:0.0
线段树的实现 摘要: #include #include using namespace std; /* run this program using the console pa…… 文章列表 2020年03月01日 0 点赞 0 评论 551 浏览 评分:0.0