|
|
SPOJ Problem Set (challenge)
1423. Digits of SQRT(2)
Problem code: SQRT2
|
In this task you are to find as many digits of the square root of 2 as possible. You have to make it within the limit of time and source code length.
Input
There is no input for this problem
Output
The output must contain as many digits of the square root of 2 as possible (max = 2000000)
Score
The score awarded to your program will be the first position of the digit where the first difference occurs.
Example
Output:
1.41421356237309504
will be awarded with 19 points.
| Added by: | Roman Sol |
| Date: | 2007-01-07 |
| Time limit: | 20s
|
| Source limit: | 4096B |
| Languages: | All except: LISP sbcl LISP clisp ERL CLPS TECS JS |
| Resource: | ZCon 2007 |
|
|
|
|