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.

SQR2_VAL - √2

Print as many digits of √2 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.41421356237

Score:
11


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

© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.