摘要:
题意:求一个数组中 M 段的 最大和 没看明白怎么搞得 抽空来看,写的不赖 1 #include <iostream> 2 #include <cstring> 3 #include <algorithm> 4 #include <cstdio> 5 using namespace std; 6 c 阅读全文
摘要:
题目链接 单向bfs就是水题 1 #include <iostream> 2 #include <cstring> 3 #include <cstdio> 4 #include <algorithm> 5 #include <queue> 6 using namespace std; 7 const 阅读全文
摘要:
Find The Multiple Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 24768 Accepted: 10201 Special Judge Description Given a positive integer 阅读全文
摘要:
题目链接 阅读全文