作业帮 > 英语 > 作业

英语翻译Among grandfather��s papers a bill was fou

来源:学生作业帮 编辑:作业帮 分类:英语作业 时间:2024/07/08 21:46:14
英语翻译
Among grandfather��s papers a bill was found:
72 turkeys $_679_
The first and the last digits of the number that obviously represented the total price of those turkeys are replaced here by blanks (denoted _),for they are faded and are now illegible.What are the two faded digits and what was the price of one turkey?
We want to write a program that solves a general version of the above problem:
N turkeys $_XYZ_
The total number of turkeys,N,is between 1 and 99,including both.The total price originally consisted of five digits,but we can see only the three digits in the middle.We assume that the first digit is nonzero,that the price of one turkey is an integer number of dollars,and that all the turkeys cost the same price.
Given N,X,Y ,and Z,write a program that guesses the two faded digits and the original price.In case that there is more than one candidate for the original price,the output should be the most expensive one.That is,the program is to report the two faded digits and the maximum price per turkey for the turkeys.
Input
The input consists of T test cases.The number of test cases (T) is given on the first line of the input file.The first line of each test case contains an integer N (0 < N < 100),which represents the number of turkeys.In the following line,there are the three decimal digits X,Y ,and Z,separated by a space,of the original price $_XYZ_.
Output
For each test case,your program has to do the following.For a test case,there may be more than one candidate for the original price or there is none.In the latter case your program is to report 0.Otherwise,if there is more than one candidate for the original price,the program is to report the two faded digits and the maximum price per turkey for the turkeys.The following shows sample input and output for three test cases.
Among grandfather��s papers a bill was found:
祖父的一叠纸/文件里有张帐单:72个火鸡:$_679_
用来表示火鸡总价的数字的首位和末位由空格(_)表示,因为这两位数字淡化掉看不清了.那么,首位和末位数分别是什么?一只火鸡多少钱?
我们打算写出一个程序来解决上述问题.将上述问题一般化后得到:
N个火鸡:$_XYZ_
火鸡的总数为N,1