当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

5268:ZYB loves Score

题目描述
One day,ZYB participated in the BestCoder Contest

There are four problems. Their scores are 1000,1500,2000,2500

According to the rules of BestCoder,If you solve one problem at $x$ minutes,
You will get (250-x)/250$*$100$\%$ of the original scores.

Obviously the final score must be an integer,becasue the original scores are multiple of 250

And if you make $x$ wrong submissions,the score of this problem you get will be reduced by 50$*$x

For example, if you solved the first problem in 5 minutes and you make one wrong submisson, the score of this problem is 980-50=930

To prevent very low scores,the lowest score of one problem is $40\%$ of its original score
输入解释
Multiple test cases, the first line contains an integer T(no more than 20), indicating the number of cases. Each test case contains four lines

For i-th line of each test case there are two integers $A$,$B$ which means you solved the i-th problem in A minutes and you have made B wrong submissons.

$0\leq A\leq 105$,$0\leq B\leq 100$
输出解释
For each case, the output should occupies exactly one line. The output format is Case #x: ans, here x is the data number begins at 1.
输入样例
2
4 0
12 0
20 0
103 0
17 1
29 0
57 0
84 0
输出样例
Case #1: 5722
Case #2: 5412
来自杭电HDUOJ的附加信息
Recommend hujie

该题目是Virtual Judge题目,来自 杭电HDUOJ

题目来源 BestCoder Round #44

源链接: HDU-5268

最后修改于 2020-10-25T23:21:12+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
2000/1000MS(Java/Others) 65536/65536K(Java/Others)