摘要: 题意:求一个数组中 M 段的 最大和 没看明白怎么搞得 抽空来看,写的不赖 1 #include <iostream> 2 #include <cstring> 3 #include <algorithm> 4 #include <cstdio> 5 using namespace std; 6 c 阅读全文
posted @ 2016-03-31 21:30 zhaop 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 题目链接 单向bfs就是水题 1 #include <iostream> 2 #include <cstring> 3 #include <cstdio> 4 #include <algorithm> 5 #include <queue> 6 using namespace std; 7 const 阅读全文
posted @ 2016-03-31 21:22 zhaop 阅读(278) 评论(0) 推荐(0) 编辑
摘要: Find The Multiple Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 24768 Accepted: 10201 Special Judge Description Given a positive integer 阅读全文
posted @ 2016-03-31 21:03 zhaop 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 题目链接 阅读全文
posted @ 2016-03-31 20:54 zhaop 阅读(123) 评论(0) 推荐(0) 编辑