字符串与字符数组的一些区别 摘要: #include #include //使用strlen函数需要用到此头文件 int main(void) { /*字符数组赋初值,不指定长…… 文章列表 2020年03月10日 0 点赞 0 评论 257 浏览 评分:0.0
个人笔记转自作者pycode(侵权删) 摘要:# MarkDown编辑器基本使用说明 **如果这是您第一次使用MarkDown编辑器,建议先阅读这篇文章了解一下Markdown的基本使用方法。** ## 实时预览、全屏显示 ![…… 文章列表 2020年03月06日 0 点赞 0 评论 296 浏览 评分:0.0
连通分量,2p237 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月05日 0 点赞 0 评论 420 浏览 评分:0.0
精品文章 各编译器(编程软件)下载集合 摘要:方便各位同学编程入门,给大家提供了几乎全部常见的编译器的下载地址(百度网盘),方便大家直接拿去使用,亲测无广告可用,不必再东奔西走了,如下 各个编译器的安装、下载教程见:[编译器教程 ](htt…… 文章列表 2020年03月05日 10 点赞 16 评论 109792 浏览 评分:8.8
铺砖问题,动态规划解法 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月04日 0 点赞 0 评论 784 浏览 评分:0.0
铺砖问题,p196 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月04日 0 点赞 0 评论 339 浏览 评分:0.0
OJ中多输入多输出问题 摘要:## 关于OJ中多输入多输出的问题 ** 最近刚入门编程,开始着手做普及题,其中好多的问题都涉及到多输入多输出问题,即题目没有明确说明输入数据到底有多少组。对于此类问题解决的方法如下:** …… 文章列表 2020年03月04日 0 点赞 0 评论 498 浏览 评分:8.0
Traveling by Stagecoach 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月03日 0 点赞 0 评论 266 浏览 评分:0.0
旅行商问题,dp 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月03日 0 点赞 0 评论 297 浏览 评分:0.0
旅行商问题 摘要: #include #include #include using namespace std; static const …… 文章列表 2020年03月03日 0 点赞 0 评论 396 浏览 评分:0.0