字符串与字符数组的一些区别 摘要: #include #include //使用strlen函数需要用到此头文件 int main(void) { /*字符数组赋初值,不指定长…… 文章列表 2020年03月10日 0 点赞 0 评论 435 浏览 评分:0.0
个人笔记转自作者pycode(侵权删) 摘要:# MarkDown编辑器基本使用说明 **如果这是您第一次使用MarkDown编辑器,建议先阅读这篇文章了解一下Markdown的基本使用方法。** ## 实时预览、全屏显示 ![…… 文章列表 2020年03月06日 0 点赞 0 评论 618 浏览 评分:0.0
连通分量,2p237 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月05日 0 点赞 0 评论 994 浏览 评分:0.0
铺砖问题,动态规划解法 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月04日 0 点赞 0 评论 1339 浏览 评分: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 评论 424 浏览 评分:0.0
旅行商问题,dp 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月03日 0 点赞 0 评论 541 浏览 评分:0.0
旅行商问题 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月03日 0 点赞 0 评论 552 浏览 评分:0.0
树状数组, 摘要: #include #include using namespace std; static const int MAX = 5000;…… 文章列表 2020年03月03日 0 点赞 0 评论 479 浏览 评分:0.0