主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
藕糖
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
38
关注数
0
粉丝数
38
获赞数
1
阅读数
2578
采药 题解:
#include <iostream> #include <vector> #include <algorithm> // 用于 std::max using namespace std; int main(void) { int ...
P1086
2024年6月5日 18:05
回复 0
|
赞 1
|
浏览 404
中南 - 最大连续子序列 题解:
#include <iostream> #include <vector> using namespace std; int main() { int K; while (cin >> K) { if ...
P1664
2024年4月23日 22:37
回复 0
|
赞 0
|
浏览 385
骨牌铺方格 题解:
#include <iostream> #include <vector> using namespace std; int main(void){ int n; while(cin&...
P1029
2024年4月23日 18:18
回复 0
|
赞 0
|
浏览 419
最大序列和 题解:
#include <iostream> using namespace std; void dpList() { // 更改为 void 类型,因为没有返回值 int n; while (cin >...
P1172
2024年4月23日 16:30
回复 0
|
赞 0
|
浏览 350
简单背包问题 题解:
代码: #include <iostream> #include <vector> using namespace std; bool canAchieveSum(const vector<int>& weights, int s...
P1035
2024年4月21日 20:29
回复 0
|
赞 0
|
浏览 525
完全背包问题 题解:
代码: #include <iostream> #include <vector> #include <algorithm> using namespace std; int main() { int n, W; ...
P1569
2024年4月20日 19:06
回复 1
|
赞 0
|
浏览 495
本科学校:福建师范大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!