Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

PI_VAL - π

Print as many digits of π (Ludolph'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:
3.14159265359

Score:
11


Added by:Piotr KÄ…kol
Date:2014-11-28
Time limit:25s
Source limit:5000000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All

hide comments
2016-11-23 17:25:26
don't this problem gives points?
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.