文件名称:cft

  • 所属分类:
  • Internet/网络编程
  • 资源属性:
  • [Dephi] [Pascal] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 刘**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

切割矩形(rec.pas/c/cpp)

题目描述

给定一个X*Y的大矩形,你可以将该矩形任意切割趁若干的小矩形。不同的小矩形有着不同的价值。现在让你将该矩形切割,使小矩形的价值总和最大。



输入格式

第一行包含N、X、Y三个整数,表示一共给出N个小矩形和大矩形的大小X*Y

第二行到第N+1行,每行包含xi,yi,vi三个整数,表示xi*yi的矩形价值为vi

输出格式

输出只包括一行,即最大价值。



输入样例1:

1 3 3

2 2 5



输出样例1:

5





输入样例2:

2 3 3

2 2 10

1 1 2



输出样例:2

20





数据范围:

0<=X,Y<=1000

N<=20- cut the rectangle (rec.pas/c/cpp)





Title Descr iption

Given a X* Y of the large rectangle, the rectangle you can take advantage of any number of cutting a small rectangle. Different small rectangle has a different value. Now you cut the rectangle, so that the sum of the maximum value of a small rectangle.



Input format

The first line contains N, X, Y 3 integers that total N is given a small rectangle and large rectangle the size of the X* Y

N 1 second line to line, each line contains xi, yi, vi three integers that xi* yi rectangle value vi

Output format

  Output only line, that the greatest value.



Input Sample 1:

133

225



Output Sample 1:

5





Input Sample 2:

233

2210

112



Sample output: 2

20





Data range:

0 <= X, Y <= 1000

N <= 20
(系统自动生成,下载前可以参看下载内容)

下载文件列表

cft.pas

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org