200分 翻译几道英文题

Inordertorunhugecapitals,NewRussiansneedexceptionalbrains.Ofcourse,withsuchworkload,t... In order to run huge capitals, New Russians need exceptional brains. Of course, with such workload, they also need peculiar relaxation methods. In casinos there are special domino sets for New Russians. In these sets, the number of dots on each end varies not from zero to six, as in sets for ordinary people, but from zero to a certain number that is proportional to the intellectual level of the player. To make special sets, the same principle as for standard domino sets is used: each bone has two ends; on each end there are several dots (from zero up to a given number); a set contains bones with all possible combinations of ends; there are no two equal bones (there is no distinction with respect to left or right ends, so, for example, bones 2-5 and 5-2 are considered equal). But, unlike ordinary dominoes, special bones are marked with dots that are not just strokes of paint but real 10-carat diamonds.
How many diamonds are needed to produce one special domino set?
Input
The input contains the maximal number of dots on one end of a domino bone (1 ≤ N ≤ 10000).
Output
Output the number of diamonds used for producing the domino set.

1582. Bookmakers
Programmer Sergey visited the homeland of football this summer. On his first day in England, he discovered that there were more bookmakers near the Wembley Stadium than football fans. The bookmakers were taking bets at a wide range of payout odds. As a programmer, Sergey found it easier to operate with betting coefficients instead of odds, and he easily converted odds into these coefficients: if the odds for some outcome of a match are m : n, then the betting coefficient k is (m + n) / n. This means that if Sergey placed a bet of x pounds and guessed the outcome correctly, he is paid k · x pounds by the bookmaker (and gets nothing if he was wrong).
Having walked around the stadium, Sergey found out that the best coefficients for the three possible outcomes were 3.5, 3.5, and 3.5 (of course, they were offered by different bookmakers). Sergey placed a bet of 330 pounds on each outcome and was not a bit upset about losing two of the three bets because the third bet brought him 1155 pounds, which was more than he had paid to the three bookmakers altogether. In order to cover his travel expenses, Sergey decided to place bets every day distributing them in such a way that he would win as much as possible in the worst case. Write a program that will help Sergey to place bets optimally.
You are given the best coefficients k1, k2, and k3 for the three possible outcomes of a match. Find the maximal sum of money that Sergey will receive in the worst case if the total amount of the
接上:
bets he places is 1000 pounds.
Input
The single line of the input contains the numbers k1, k2, and k3 separated by a space. The numbers are in the range from 0.01 to 100.
Output
请手动翻译!
请手动翻译!请手动翻译!请手动翻译!请手动翻译!
In the single line of the output, give the maximal amount of money that Sergey gets back in the worst case. You may assume that bets and payouts can be fractional numbers. Round the answer to an integer according to the standard mathematical rule.

还有这题也是100分,一起翻译了吧:
http://zhidao.baidu.com/question/91920945.html
展开
逝水玉儿
2009-04-01 · TA获得超过179个赞
知道小有建树答主
回答量:159
采纳率:0%
帮助的人:134万
展开全部
译文:为了运作巨大的首都,俄罗斯需要新的非凡的头脑。当然,这样的工作量,他们也需要特有的放松方法。在赌场都有特殊的多米诺骨牌设置为新俄国人。在这些布景,而不是在每个结束点从零到六,如设置为普通百姓,但从零到一定数量是成正比的智力水平的球员。作出特别规定,同样的原则作为标准是:每一个多米诺骨牌集骨有两个顶点;在有几个点(从0加速到给定的数字);一组包含骨与所有可能的组合;没有两个相等的骨头(无区别就向左或向右结束,所以,举个例子,骨头2 - 5和5 - 2被认为是平等的。但是,不像普通的多米诺骨牌,特殊的骨头都带有点,不仅仅是中风的漆,但真正的10-carat钻石。
有多少钻石是需要一个特别的多米诺骨牌?
输入,
输入包含最大数量的点在另一端的一个多米诺骨(1≤N≤10000)。
输出
输出的钻石用来生产多米诺骨牌。

1582年。赌博公司
谢尔盖参观了家乡的程序员的足球。在他的第一天,在英格兰,他发现有更多的温布利球场附近赌博比足球球迷。赌博的赌局,在广泛的支出。作为一个程序员,谢尔盖发现它容易操作的赔率赌系数与而易于变现的可能性,并就这些系数:如果中的一些成果的比赛是男:护士,然后投注系数k(m + n)/ v。这意味着,如果谢尔盖放置一赌x磅,猜想结果正确,他是凯西·×英镑的赌注(和什么都没得到。如果他错了)。
在这个球场走来走去,谢尔盖发现最好的系数为三种可能的结果是,3.5、和3.5三百五十万(当然,他们是由不同的公司)。谢尔盖放置一赌,每个结果330磅,一点也不感到不安输掉两三个下注,因为第三个赌带到1155磅,而不仅仅是他的三个赌博。为了掩盖他的旅行费用、谢尔盖决定让赌注分配他们每天以这样一种方式,他会赢得尽可能多的在最坏的情况。写一个程序,这将有助于谢尔盖下赌最佳状况。
你得到了最好的系数k1,k2、k3的三种可能的结果的一场比赛。发现的最大的一笔钱,谢尔盖将获得在最坏的情况下,如你所订购货品的总金额他把赌注是1000英镑。
输入,
单一的输入包含数字k1,k2、k3用空格分隔。这个数字是在这个范围从0.01%至100。
输出
在单行的输出,给予最大金额,谢尔盖回来后,在最糟糕的情况下。你可能认为赌注和支付能阶数。圆的回答一个整数按照标准的数学规则。

你够本的,这么多。。。。(这句不是噢!!!)
百度网友d95676a5e
2009-04-01 · TA获得超过690个赞
知道小有建树答主
回答量:790
采纳率:100%
帮助的人:497万
展开全部
1000分,我就翻
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友e080e32
2009-04-01 · TA获得超过1104个赞
知道小有建树答主
回答量:562
采纳率:0%
帮助的人:245万
展开全部
为了跑巨大的资本,新的俄国人需要例外脑子。 当然,以这样工作量,他们也需要奇怪弛豫法。 在赌博娱乐场中有特别多米诺集合为新的俄国人。 在这些集合,小点的数量在每个末端变化不是从零到六,和在集合为普通人,但从零到与球员的智力水平是比例的某一数字。 要做特别集合,原则和一样为标准多米诺集合用于: 每根骨头有二个末端; 在每个末端有几个小点(从零由一定数量决定); 集合包含骨头以末端的所有可能的组合; 没有二根相等的骨头(没有分别关于左边或右边末端,如此,例如,去骨2-5,并且5-2被认为相等)。 但,不同于普通的多米诺,特别骨头标记用不是油漆,而是真正的10克拉金刚石仅冲程的小点。 多少金刚石是需要的导致一个特别多米诺集合? 输入输入包含小点的最大的数量在多米诺骨头(1 ≤ N ≤ 10000)的一个末端。 产品输出了为导致多米诺集合使用的金刚石的数量。 1582. 编辑程序员Sergey参观了橄榄球的家园这个夏天。 在他的第一天在英国,他发现比足球迷有更多编辑在Wembley体育场附近。 编辑采取赌注在大范围支出可能性。 作为程序员, Sergey发现了它更加容易经营以打赌系数而不是可能性,并且他容易地转换了可能性成这些系数: 如果可能性为比赛的一些结果是m : n,然后打赌系数k是(m + n)/n。 这意味着,如果Sergey安置x赌注正确地捣并且猜测结果,他是有偿的k · x磅由编辑(和没得到,如果他错误)。 在体育场, Sergey附近走发现了最佳的系数为三个可能的结果是3.5, 3.5和3.5 (当然,不同的编辑提供他们)。 Sergey在每个结果安置了330磅赌注并且不是位翻倒关于丢失二三赌注,因为第三赌注带来了他1155磅,比他一共支付了对三个编辑是更多。 为了承担他的旅行开支, Sergey决定到每天分布他们的位于打赌,在这种情况下他在最坏尽量会赢取。 写将优选地帮助Sergey到位于打赌的一个节目。 给您最佳的系数k1、k2和k3为比赛的三个可能的结果。 发现Sergey在最坏将接受,如果总额的最大的款项
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
sd20117
2009-04-01 · TA获得超过3022个赞
知道大有可为答主
回答量:3734
采纳率:0%
帮助的人:2662万
展开全部
为了运作巨大资本,新俄罗斯需要不寻常智慧.当然,随着这样工作量,他们也需要奇特放松方法.特殊连帽化装斗篷装置为新俄罗斯是在那里卡西诺赌场身上.在这些装置中,在每一末端上小点的数目改变不是在朝派装置,为普通人们但是从零到某些数其是和运动员的智力水平成比例的从零到六.作特殊装置,同样的为原则被使用作为标准连帽化装斗篷装置:每一骨头有两末端;几(从给多达零a数)小点是在每一末端那里上;一装置所有的末端的可能结合地含有骨头;事实上没有二相等骨头((事实上没有,关于左边或者正确末端区别,那样,例如,骨头2-5和5-2被认为是相等).但是不像普通连帽化装斗篷,特殊bones公亩用不是仅仅油漆的击但是真实的小点标记10-克拉钻石. 多少钻石是生产一特殊连帽化装斗篷装置所需要的?输入投入含有最大的在一连帽化装斗篷骨头 ((1≤N≤10000)的一末端上小点的数目.输出使出用于生产连帽化装斗篷装置的钻石的数目. 1582.今年夏天赌注登记经纪人程序编制员Sergey访问祖国的足球.在他的第一天在朝派英格兰上,他发现有靠近 Wembley体育场与相比足球挥棒不中更多赌注登记经纪人.赌注登记经纪人正对大范围的付出款项机运个范围持有打赌.作为一个程序编制员,Sergey发现它更容易随着赌代替机运协同因素运作,和他容易把机运变成这些协同因素 :如果为一些一匹配的结果机运是m:n,然后和协同因素赌k是(m+n)/n.这个意味着如果Sergey安置一x磅的打赌和正确猜测结果,他被赌注登记经纪人付给k·x磅(和如果他是错误),得到没有什么.已经在整个体育场步行 ,Sergey发现最好的为三可能结果协同因素是3.5,3.5和3.5((当然他们由不同提供赌注登记经纪人).Sergey安置一打赌
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式