SUMUP - Sum the Series
Nilendu is a brilliant student of Mathematics and always scores A+ in it. His professor RamjiLal is quite impressed seeing his mathematical skills and asks him to sum the following series:
1/3 + 2/21 + 3/91 + 4/273 + .....
But the fact is Nilendu is quite lazy to do his assignment. He has to watch a film and many other activities to do. So he asks you for your help. Will you be able to solve it ??
Input
Input consists of t (number of test cases), then t line follows, each containing an integer N (1 <= N <= 10,000).
Output
A single line containing the sum upto Nth integer (rounded upto 5 digits)
Example
Input: 5Edit: The score is your source length. The smaller your code is, the more point you will get. All the solutions have been rejudged !!!
1
2
3
4
5
Output: 0.33333
0.42857
0.46154
0.47619
0.48387
hide comments
Mostafa 36a2:
2013-08-01 02:20:32
@Mitch have a look :) |
|
ওয়াসী (Wasi):
2013-07-31 09:40:04
wonder how to cut a byte off from my formula!
|
|
Mostafa 36a2:
2013-07-30 23:34:45
I think this should be moved to riddle section !
|
|
pranjuldb:
2013-07-30 18:41:02
easy problem, just need to find general term... !!!!! |
|
XeRoN!X:
2013-05-25 06:57:34
Looks like judge is broken, my 36 B solution shows 0 as score.
|
|
Mitch Schwartz:
2013-05-25 06:57:34
@Dominique: Yes, that's not a bug, the problem setter just chose to "Merge all languages in ranklist" so that only a user's top submission would be displayed in the overall rank list. And I've submitted my Ruby solution (which I wrote at the same time as Python but didn't bother submitting then because it wasn't an improvement over Python) to give you some motivation to save a byte. :) |
|
Dominique VAILLANT:
2013-05-25 06:57:34
Comparing these two links:
|
|
Anuj_LuckFove!:
2013-05-25 06:57:34
Removed after AC! Last edit: 2013-01-10 10:46:54 |
|
Cain:
2013-05-25 06:57:34
input:
|
|
K.P.:
2013-05-25 06:57:34
output..?
|
Added by: | Better late than never !!! |
Date: | 2012-06-20 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 |
Resource: | RamjiLal Sir |