文件名称:source

  • 所属分类:
  • 数据结构常用算法
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2014-01-18
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • l**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

/*

功能:



输入参数:int*p 指向二维数组的首地址,该二维数组第0行的两个数分别表示:总钱数<30000,和希望购买物品的个数<25

该数组从第1行到第m行(1<=j<=m)中给出了编号为j的物品的基本数据,每行有2个非负整数,

表示该物品的价格(<=10000)和该物品的重要度(1~5)。



GetResult表示不超过总钱数的物品的价格与重要度乘积的总和的最大值(<100000000)。



不需做入参检查,测试用例可以保证~



例如:4000 8(第0行)

821 3 (第1行)

422 5

458 5

500 3

200 2

430 4

530 3

239 3



则表示 总钱数为4000,希望购买物品个数为8个,因此从第1行到第8行表示编号为j的物品的价格及物品的重要度。



返回值:无

*/-/*

Features:

 

Input Parameters: int* p points to the first address of a two-dimensional array, the number of the two-dimensional array of row 0, respectively: total amount of money <30,000, and wants to buy the number of items <25 

                    The array from the first row to row m (1 <= j <= m) gives the number of basic data items j, each line has two non-negative integers,

                    Indicates the price of the item (<= 10000) and the importance of the item (1-5).

 

                    Rates and said maximum degree of importance GetResult not exceed the total amount of money of the sum of the product of the article (<100000000).

 

                    The Senate did not need to check, test cases can guarantee ~

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

下载文件列表





source\OJ.cpp

......\OJ.h

source

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org