上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 32 下一页
摘要: 1,从朴素的方法开始。。 2,第0第1,,嗯看你定义喽。。 #include<iostream> using namespace std; const int manx=1005; int n,wei,w[1005],v[1005]; int rec(int i,int j) {//从第i个物品开始 阅读全文
posted @ 2020-01-02 14:15 北月真好 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 1,硬币问题,高考录取。 2,区间问题,另类的拼凑 3,字典序问题,单一维度下的考虑。 4,覆盖点,防空导弹。 5,霍夫曼性质。 贪心总结为以一因素为决定性因素的搜索挑选。 阅读全文
posted @ 2020-01-02 12:46 北月真好 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 1,这题它自己都觉得奇特。。 2,咱也不急的看懂一步步来。 #include<iostream> using namespace std; const int maxn=1005; int n; int a[maxn]; int main(){ cin>>n; for(int i=0;i<n;i++ 阅读全文
posted @ 2020-01-01 15:39 北月真好 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1,一个点从一个属性变成三个属性中, 2,先要简化问题。从最简单的先开始推。 3,挺短的,相应的思维难度也高一些。 4,顺着自己节奏往下吧 #include<iostream> #include<algorithm> using namespace std; const int maxn=1005; 阅读全文
posted @ 2020-01-01 10:48 北月真好 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 一,presentation error 一般是输出的空格换行什么的出现了错误。就是格式方面出现的错误。 阅读全文
posted @ 2019-12-31 20:03 北月真好 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 1,还有点小问题。 2,传数组的话只要传数组名就可以了。我都想重修C语言了。。 3,有点烦啊没有输出,好像也没有结束那个符号。自己的问题! 4, #include<iostream> #include<bits/stdc++.h> using namespace std; const int max 阅读全文
posted @ 2019-12-31 19:38 北月真好 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 一,#include<utility> 1,pair; 二,#include<algorithm> 1,sort; 三,#include<cstring> 1,memset; 阅读全文
posted @ 2019-12-31 13:18 北月真好 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 1,看起来就难里难气的。 2,关键是思想吧,在可选的工作中每次都选择结束时间最早的工作。 3,对了还要再独立写一遍才算。 #include<utility> #include<algorithm> using namespace std; int n,S[1005],T[1005]; pair<in 阅读全文
posted @ 2019-12-31 13:02 北月真好 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 1,在输入的时候 for(int i=1;i<=6;i++) cin>>C[i];cin>>money; 2,计数或者输入输出从0开始吧。 3,我敲代码一定是在背挺直的时候。 4,对了只有一个的话不用花括弧的 1 cin>>n; 2 for(int i=0;i<n;i++) cin>>a[i]; 5 阅读全文
posted @ 2019-12-31 12:41 北月真好 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1,嗯我果然不会。 2,哦起码让我用用const 是怎么使用的。。 简单来说就是你平常怎么定义它,在前面加个const就好了。 3,注意你自己的代码风格加快速度。 4,这个为什么不行呢? 额我靠,就关于这个从0开始我都错了两个了。。还是以后从零开始吧。 5,代码风格之一点点改变 #include<i 阅读全文
posted @ 2019-12-31 12:27 北月真好 阅读(104) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 32 下一页