Submit | All submissions | Best solutions | Back to list |
ZETA3 - ζ(3) |
Wersja polska | English version |
Print as many digits of ζ(3) (Apéry's constant) as possible in decimal system.
Constraints
- only first 225 digits are checked (including these to the decimal point) so you shouldn't (and can't) print more
- you have to use less than 5000 digits in your code
- scores below 15e4 get WA
Score
Score is the number of printed corrected digits after the decimal point. If it's greater or equal to 33e6, 250000-10000*time is added to it.
Example
Output:
1.20205690315
Score:
11
Added by: | Piotr KÄ…kol |
Date: | 2014-11-30 |
Time limit: | 25s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All |