晚上真happy, ac了前天开始的题,还写了点东西..好久没写东西了啊 ^_<
最近做了几道背包(好像就两道吧..),自己总结一下
(为什么我突然觉得这种假装有人会看我写的东西的语气很诡异..显然很诡异啊, 赶快找点人来看..)
目前就做过01背包 完全背包 和多重背包吧.
严格的背包, 可以根据背包九讲上把除了v(1)到v(N)全附成0x80000000(负无穷), 然后按照不严格背包的思路DP
这种情况下, 如果对每一层优化, 就是最后一层只算v[V], 倒2层只从v[V-vn]..V[V]那样的优化, 这样如果严格背包得不到结果, 那就不知道不严格背包的结果了, 虽然也确实没要求..
做非严格背包也可以用严格背包的方法, 从最后的v[]数组中选出最大的即可, 但是这样不能使用每层的优化
然后像http://poj.grids.cn/problem/1276/discuss/这样不求价值只求空间占用的题目, 显然是用严格背包(不然求毛啊), 因为不用存储价值量, v[]用bool型即可, 和上面思路一样, 只是负无穷是false, 非负无穷(这个体积大小可以做到被完全占用)是true
http://poj.grids.cn/problem/2184/status/ 这个开始用的二维背包..傻逼了. 后来发现只要把s看成体积, f看成价值即可. 替换的时候比较体积和价值的和. 因为要求的东西和体积\价值有直接联系, 思维上转换一下就行
错了一天的原因是s可能是负的!! 太阴险了, 01背包刷新v[]的时候是从后像前, 否则就是完全背包. 但是如果某个物品体积是负的, 从后向前刷新v[]前面刷新过的的就会影响接下来的比较..
代码: (用个数组记录非负无穷的数组元素就能0ms吧 懒得折腾了 复杂度O(2*10^7)无压力AC…)
[cpp]
#include <stdio.h>
#include <stdlib.h>
#define orz 200001
int main() {
int N,s[100],f[100];
int a[orz];
int k,result;
scanf("%d",&N);
for(int i=0;i<N;i++)
scanf("%d%d",s+i,f+i);
for(int i=0;i<orz;i++)
a[i]=(int)-2e9;
a[(orz/2)]=0;
for(int i=0;i<N;i++) {
if(s[i]>0) {
for(int j=orz-1-s[i];j>=0;j–)
if(a[j]!=(int)-2e9 && a[j+s[i]]<a[j]+f[i])
a[j+s[i]]=a[j]+f[i];
}
else {
for(int j=-s[i];j<=orz-1;j++)
if(a[j]!=(int)-2e9 && a[j+s[i]]<a[j]+f[i])
a[j+s[i]]=a[j]+f[i];
}
}
result=(int)-2e9;
for(int i=(orz/2);i<orz;i++) {
if(a[i]<0)
continue;
result=a[i]+i>result?a[i]+i:result;
}
printf("%d\n",result-(orz/2));
return 0;
}
[/cpp]
为什么如果某个物品体积是负的, 从后向前刷新v[]前面刷新过的的就会影响接下来的比较..
“从后向前刷新v[]前面刷新过的” 可能有岐义, 我这里说的”前面”是时间上的前面
考虑体积为1..4的v[]=={1,5,6,8}
考虑放入一个体积为1, 价值为2的, 从后往前刷新的过程为
1 5 6 8 (6+2<=8) 1 5 7 8 (5+2>6)
1 5 7 8 (1+2<=5) 如果体积为-1, 价值为2, 从后往前update过程为 1 5 10 8 (8+2>6)
1 12 10 8 (10+2)
14 12 10 8 (12+2)
明显是有问题的, 在第一个14处这个物品连用了3次.
原因在于如果体积是正的那么从后往前, update这个操作只影响这个数右边的数, 对之后的操作没有影响, 如果体积是负的就会影响位置在左边的数, 会影响之后的操作, 所以要从左往右, 一个道理
对于DP过程中的覆盖新状态的过程 我还是不太明白 如果不介意的话请加我QQ406500921 问您方便一点。。
References:
Casino Rewards Programm spielhalle
References:
Bet365 casino mobile jobcopae.com
References:
Legiano Casino Einzahlung http://www.smartphone.ua/buy/?f=1&s=105&u=https://301.tv/annettesparkes
References:
Legiano Casino Sicherheit www25.ownskin.com
References:
Legiano Casino Kritik https://free-psd-templates.com/download/?url=https://unim.ma/giselleweigel1
References:
Legiano Casino Support http://www.google.co.nz/
References:
Legiano Casino Spielen http://www.technoplus.ru
References:
Legiano Casino seriös www4.ownskin.com
References:
Legiano Casino Anmelden https://tn.nova.cz/
References:
KingMaker Casino Treuebonus link.1hut.ru
References:
Kingmaker Casino Konto erstellen https://m.2target.net/
References:
KingMaker einzahlung crypto https://readserie.com
References:
KingMaker Casino 10 Euro Einzahlung https://linky.pp.ua/martahobbs5297
References:
Kingmaker casino einzahlung bonus aktivieren http://www.google.am/url?q=https://de.trustpilot.com/review/beyondjewellery.de
References:
Kingmaker casino einzahlen anleitung http://images.google.je/url?q=https://de.trustpilot.com/review/beyondjewellery.de
References:
Kingmaker Casino Roulette https://financial-dictionary.thefreedictionary.com/_/cite.aspx?url=https%3A%2F%2Fde.trustpilot.com%2Freview%2Fbeyondjewellery.de&word=Truth%20In%20Securities%20Act&sources=harvey,Farlex_fin,hm_wsw
References:
Casino Kingmaker http://images.google.ne/url?q=https://de.trustpilot.com/review/beyondjewellery.de
References:
Kingmaker casino schnelle einzahlung http://kisska.net/go.php?url=http%3a%2f%2fde.trustpilot.com%2Freview%2Fbeyondjewellery.de
References:
KingMaker Casino Einzahlung mit Bitcoin http://maps.google.ws/url?q=https://de.trustpilot.com/review/beyondjewellery.de
References:
Legiano Casino Erfahrungen https://ipeer.ctlt.ubc.ca/search?q=https://violinthread64.bravejournal.net/100-bis-zu-500-200-freispiele
References:
Legiano Casino Auszahlungsdauer http://world.school2100.com/bitrix/rk.php?goto=https://telegra.ph/Offizielle-Seite-Deutschland-06-07
References:
Legiano Casino Registrierung https://imslp.org/api.php?action=https://architecturewiki.site/wiki/Spiele_Wetten_exklusive_Aktionen_online
References:
Kingmaker casino einzahlen bonus code http://www.google.kg/url?q=https%3A%2F%2Fw09.ru%2Fvirgiemathias
References:
Legiano Casino Deutschland http://clients1.google.mk/url?q=https://dancewiki.site/wiki/Legiano_Casino_Bonus_ohne_Einzahlung_Freispiele_Promo_Codes
References:
Kingmaker Casino Freispiele ohne Einzahlung http://images.google.com.sg/url?sa=t&url=http%3A%2F%2Fm.2target.net%2Fkeeshagurn
References:
Leggiano Casino https://www.douban.com/link2/?url=https://telegra.ph/Legiano-Casino-500-Bonus–200-Freispiele-06-07
References:
Kingmaker casino paysafecard einzahlung https://discuss.7msport.com/wap/en/reply.aspx?no=347024&pid=934632&url=https%3A%2F%2Fqr.dsd.edu.gh%2Fnoemichapa460
References:
Kingmaker Casino Einzahlung http://reshalkino.ru/proxy.php?link=https://qr.dsd.edu.gh/shaylablamey4
References:
Legiano Casino Spiele http://www.google.com.iq/url?sa=t&url=http://karayaz.ru/user/advicethread33/
References:
Legiano Casino Auszahlung Dauer http://cse.google.bi/url?q=https://twigiron69.werite.net/legiano-casino-de-bonus-500-und-200-freispiele
References:
Legiano Casino Video Review http://toolbarqueries.google.com.vn/url?sa=i&url=https://telegra.ph/Legiano-Casino-Offizieller-Markenauftritt-06-07
References:
KingMaker Casino 5 Euro einzahlen https://auth.globus.org/v2/web/logout?redirect_uri=https://computic.com.co/calvin10l
References:
Legiano Casino https://en.asg.to/bridgePage.html?url=clearcreek.a2hosted.com%2Findex.php%3Faction%3Dprofile%3Barea%3Dforumprofile%3Bu%3D1895631/
References:
Kingmaker Casino Kontakt http://images.google.md/url?q=https://moonlinky.com/celestasta
References:
KingMaker Casino Einzahlung mit Apple Pay https://reibert.info/proxy.php?link=https://k1t.kr/aureliotribole
References:
KingMaker Casino Einzahlung Spielgeld http://skin-skin4.tnalekd.cafe24.com/member/login.html?noMemberOrder=&returnUrl=https://getshort.in/mercedesfetty2
References:
Leggiano Casino http://clients1.google.com.gi/url?q=https%3A%2F%2Ffrantzen-davidson-2.mdwrite.net%2Flegiano-casino-2025-ehrliche-bewertung-and-erfahrungen
References:
Legiano Casino Kundenservice http://clients1.google.cv/url?q=http://warblog.hys.cz/user/ugandasalary87/
References:
Hitnspin casino slots http://prod-dbpedia.inria.fr/describe/?url=http%3A%2F%2Fynmz.yn.gov.cn%2Findex.php%2Faddons%2Fcms%2Fgo%2Findex.html%3Furl%3Dhttps%3A%2F%2Fde.trustpilot.com%2Freview%2Fder-wikinger-shop.de
References:
Hitnspin casino live spiele http://polsy.org.uk/play/yt/?vurl=https://forum.fpt.edu.vn/proxy.php?link=https://de.trustpilot.com/review/der-wikinger-shop.de
References:
Monro Casino Bonus ohne Einzahlung http://arduino-tex.ru/go/?g=https://mssq.me/sharronmea
References:
Hitnspin casino kundenbewertungen http://americanpatriotbeer.com/verify.php?redirect=https%3A%2F%2Fwordpress.com%2Fabuse%2F%3Freport_url%3Dhttps%3A%2F%2Fde.trustpilot.com%2Freview%2Fder-wikinger-shop.de/
References:
Monro Casino Spielautomat https://lardi-trans.com/goto/?link=https%3A%2F%2Fallbio.link%2Fallan80433</a
References:
Hit n spin casino erfahrungen https://72.cholteth.com/index/d1?diff=0&utm_clickid=g00w000go8sgcg0k&aurl=http%3A%2F%2Fwikimapia.org%2Fexternal_link%3Furl%3Dhttps%3A%2F%2Fde.trustpilot.com%2Freview%2Fder-wikinger-shop.de
References:
Hit n spin casino login http://wiki.purelogic.ru/api.php?action=https://sc.news.gov.hk/TuniS/de.trustpilot.com%2Freview%2Fder-wikinger-shop.de&*
References:
Hitnspin casino kundenbewertungen http://alt1.toolbarqueries.google.com.vc/url?q=http://forum.xnxx.com/proxy.php?link=https://de.trustpilot.com/review/der-wikinger-shop.de
References:
Hitnspin casino aktionscode https://abc.fengniao.com/login?url=https://illustrators.ru/away?link=http%3A%2F%2Fde.trustpilot.com/review/der-wikinger-shop.de