|
||||||||||
LotteryTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 5605 Accepted Submission(s): 2535 Problem Description Eddy's company publishes a kind of lottery.This set of lottery which are numbered 1 to n, and a set of one of each is required for a prize .With one number per lottery, how many lottery on average are required to make a complete set of n coupons? Input Input consists of a sequence of lines each containing a single positive integer n, 1<=n<=22, giving the size of the set of coupons. Output For each input line, output the average number of lottery required to collect the complete set of n coupons. If the answer is an integer number, output the number. If the answer is not integer, then output the integer part of the answer followed by a space and then by the proper fraction in the format shown below. The fractional part should be irreducible. There should be no trailing spaces in any line of ouput. Sample Input
Sample Output
Author eddy | ||||||||||
|