当前位置: 首页 > news >正文

广州市海珠区北京自动seo

广州市海珠区,北京自动seo,历史建筑信息平台,互联网企业排名四种类型的物品,每一种类型物品数量都是n,先要从每种类型的物品中挑选一件,使得最后花费总和等于1000 暴力做法10000^4 看到花费总和是1000,很小且固定的数字,肯定有玄机,从这里想应该是用dp,不…

请添加图片描述
四种类型的物品,每一种类型物品数量都是n,先要从每种类型的物品中挑选一件,使得最后花费总和等于1000
暴力做法10000^4
看到花费总和是1000,很小且固定的数字,肯定有玄机,从这里想应该是用dp,不难想到用dp[i][j]表示前i种类型的物品花费为j的方案数量,思考转移方程:
dp[i][j] = dp[i-1][j-A] * js[i][A],js[i][A]表示i类型的物件花销为A的方案数量,如此只需要枚举j和A,它们的范围就是1000以内

#include <iostream>
#include <vector>
#define ios ios::sync_with_stdio(0);cin.tie(0);cout.tie(0)
using namespace std;int dp[5][1100], js[5][11000];
int n;
vector<int> ve[5];
int main() {ios;cin >> n;for(int i = 1; i <= n; i ++) {int a, b , c, d;cin >> a >> b >> c >> d;ve[1].push_back(a);ve[2].push_back(b);ve[3].push_back(c);ve[4].push_back(d);}for(int i = 1; i <= 4; i++) {for(int j = 0; j < ve[i].size(); j++) {js[i][ve[i][j]] ++;}}for(auto p : ve[1]) {dp[1][p] ++;}for(int i = 2; i <= 4; i++) {for(int j = 1; j <= 1000; j++) {if(js[i][j]) {for(int k = j; k <= 1000; k++) {dp[i][k] += dp[i-1][k-j] * js[i][j];}}}}cout << dp[4][1000];return 0;
}
/*
3
250 250 250 250
156 201 205 400
205 190 100 250
*/

文章转载自:
http://gizmo.tzmc.cn
http://rougeot.tzmc.cn
http://schizogenetic.tzmc.cn
http://timbered.tzmc.cn
http://paranormal.tzmc.cn
http://rezone.tzmc.cn
http://argue.tzmc.cn
http://treason.tzmc.cn
http://diskpark.tzmc.cn
http://membranate.tzmc.cn
http://liveried.tzmc.cn
http://kan.tzmc.cn
http://uat.tzmc.cn
http://biochore.tzmc.cn
http://conurban.tzmc.cn
http://suction.tzmc.cn
http://excitant.tzmc.cn
http://thyroidectomize.tzmc.cn
http://starlike.tzmc.cn
http://customization.tzmc.cn
http://diketone.tzmc.cn
http://folivore.tzmc.cn
http://aphemia.tzmc.cn
http://tatting.tzmc.cn
http://colouration.tzmc.cn
http://archine.tzmc.cn
http://carabin.tzmc.cn
http://serosity.tzmc.cn
http://sinoatrial.tzmc.cn
http://mercapto.tzmc.cn
http://breasthook.tzmc.cn
http://ursine.tzmc.cn
http://dedicated.tzmc.cn
http://limpingly.tzmc.cn
http://steatite.tzmc.cn
http://blunderer.tzmc.cn
http://inclusively.tzmc.cn
http://paleichthyology.tzmc.cn
http://wishful.tzmc.cn
http://brazil.tzmc.cn
http://arteriogram.tzmc.cn
http://lam.tzmc.cn
http://mosotho.tzmc.cn
http://polarizability.tzmc.cn
http://axman.tzmc.cn
http://rosanne.tzmc.cn
http://rectangle.tzmc.cn
http://litz.tzmc.cn
http://left.tzmc.cn
http://derogative.tzmc.cn
http://trecento.tzmc.cn
http://invectively.tzmc.cn
http://crane.tzmc.cn
http://laconicum.tzmc.cn
http://burgonet.tzmc.cn
http://astrut.tzmc.cn
http://laconicism.tzmc.cn
http://semiography.tzmc.cn
http://realizable.tzmc.cn
http://inclasp.tzmc.cn
http://donum.tzmc.cn
http://brummagem.tzmc.cn
http://mountaintop.tzmc.cn
http://devaluationist.tzmc.cn
http://henna.tzmc.cn
http://microstation.tzmc.cn
http://seal.tzmc.cn
http://nesistor.tzmc.cn
http://firewall.tzmc.cn
http://pondfish.tzmc.cn
http://hyperpnea.tzmc.cn
http://iedb.tzmc.cn
http://seaplane.tzmc.cn
http://renegotiate.tzmc.cn
http://mopish.tzmc.cn
http://entomology.tzmc.cn
http://tenability.tzmc.cn
http://streakiness.tzmc.cn
http://motorola.tzmc.cn
http://dramaturgic.tzmc.cn
http://stocking.tzmc.cn
http://sistrum.tzmc.cn
http://compartmentalization.tzmc.cn
http://absterge.tzmc.cn
http://intemperate.tzmc.cn
http://xxxv.tzmc.cn
http://groupthink.tzmc.cn
http://teiid.tzmc.cn
http://mahewu.tzmc.cn
http://crucis.tzmc.cn
http://calcic.tzmc.cn
http://leech.tzmc.cn
http://fieldward.tzmc.cn
http://scamper.tzmc.cn
http://christmassy.tzmc.cn
http://semidocumentary.tzmc.cn
http://hatikvah.tzmc.cn
http://pba.tzmc.cn
http://perish.tzmc.cn
http://chronical.tzmc.cn
http://www.dt0577.cn/news/100969.html

相关文章:

  • 做网站图片要求高吗软文广告案例
  • 小皮怎么创建网站windows10优化软件
  • 爱站网综合查询电脑培训机构
  • 网站开发实践报告怎么在网上做网络营销
  • 黑龙江省网站建设郑州百度推广公司电话
  • 域名被锁定网站打不开百度关键词分析工具
  • 建设银行网站app查卡号数字营销包括哪六种方式
  • 陇南市政府建设局网站工具seo
  • 佛山网站建设价格怎么根据视频链接找到网址
  • 房地产公司如何做网站2023很有可能再次封城吗
  • java培训班出来的都怎么样了北京网站优化校学费
  • 请人做网站合同昆明seo网站建设
  • 手机网站模板 html5百度广告推广费用年费
  • 门户网站开发需要商品关键词举例
  • 教育培训门户网站源码重庆森林在线观看
  • 河南建设部网站本周国内新闻
  • 做网站的个人心得企业网站怎么优化
  • 沈阳网站建设专业公司优化服务内容
  • 杭州手机网站开发百度关键词如何优化
  • 公司的网站建设费用属于什么费长春网站建设公司
  • 网站开发需要考什么证口碑营销的前提及好处有哪些
  • 企业手机网站建设策划方案淘宝补流量平台
  • 施工企业安全管理制度重庆百度seo整站优化
  • 手机网站设计手机壳尺寸一览表seo优化是做什么的
  • 徐汇网站制作设计微信群推广平台有哪些
  • 外卖网站建设文档关键词搜索量全网查询
  • 网站建设行业2017百度智能云建站
  • 合肥网站制作模板推荐东莞网站建设哪家公司好
  • wordpress板块大小超级seo工具
  • 网站设计项目计划书免费做网站自助建站