E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
POJ3628
POJ3628
Bookshelf2
Bookshelf2TimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 9255 Accepted: 4189DescriptionFarmerJohnrecentlyboughtanotherbookshelfforthecowlibrary,buttheshelfisgettingfilledupquitequickly,andnowt
lk951208
·
2016-04-27 10:00
01背包
HDU 2955 Robberies
这题和
poj3628
有点像#include #include doublemax(doubleg,doubleh) { returng=money[i];j--) dp[j]=max(dp[j],dp[
qq_32995183
·
2016-02-22 21:00
HDU-dp
POJ3628
01背包
Bookshelf2TimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 9037 Accepted: 4107DescriptionFarmerJohnrecentlyboughtanotherbookshelfforthecowlibrary,buttheshelfisgettingfilledupquitequickly,andnowt
zcj5027
·
2016-02-13 15:00
POJ3628
01背包 View Code 1 #include<cstdio> 2 #include<cstdlib> 3 #include<cstring> 4 #include<iostream> 5 using namespace std; 6 int wi[10000],f[1000050]; 7 i
·
2015-11-13 00:10
poj
poj3628
dfs View Code #include < iostream > #include < cstdio > #include < cstdlib > #include < cstring &
·
2015-11-12 13:37
poj
poj3628
链接:点击打开链接题意:给出n个数,在n个数中选取几个数加和,求大于k的最小和是多少代码:#include #include #include #include usingnamespacestd; longlongN,B,ans; longlongs[50]; voiddfs(longlongnum,longlongsum){ if(num==N+1) return; if(sum>=B){ i
stay_accept
·
2015-09-11 21:00
【
POJ3628
】Bookshelf 2 01背包,水题
就是在说给你几种物品,然后做01背包,不比它给出的B小的第一个状态是多少。直接看代码吧,太水了。#include #include #include #defineN25 #defineM1001000 usingnamespacestd; intn,m; boolf[M]; intmain() { //freopen("test.in","r",stdin); inti,j,p,a,b; whi
Vmurder
·
2014-09-22 09:00
背包
水题
01背包
POJ3628
POJ3628
Bookshelf 2
http://poj.org/problem?id=3628 题意: 有N条牛,每条牛的的高度为Hi,有一个书架高度为B,求一些牛叠起来的高度与B的最小高度差。 有点变化的01背包~~~code:#include #include #defineN20000005 inta[25]; intf[N]; intmain(){ intn,m,i,j,max; while(~s
yew1eb
·
2013-07-28 20:00
01背包
poj3628
,w[i]=v[i]
#include #include #include usingnamespacestd; intN,B; intw[50]; intdp[20000007]; intmain(){ while(cin>>N>>B){ intsum=0; for(inti=0;i>w[i]; sum+=w[i]; }
vegetable_bird_001
·
2013-04-14 10:00
背包
poj 3628
poj3628
1#include 2#include 3#define MAXN_COWS 25 4#define MAX_NUM 123456789 5using namespace std;
Microsoft.Cpp.Chengdacaizi
·
2010-08-06 09:00
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他