PIVAL - Digits of Pi
In this problem you have to find as many digits of PI as possible.
Output
Output must contain as many digits of PI as possible (not more than 1000000).
Score
The score awarded to your program will be the first position of the digit where the first difference occured.
Example
Output: 3.1415926535897932384626433832795
will be awarded with 33 points.
hide comments
Mukund Kumar:
2012-10-20 06:53:53
AC :) Last edit: 2013-05-11 04:59:37 |
|
reo_j:
2012-06-16 06:47:58
i m getting 33 but there is no any accepted term.??
|
|
Apoorv Upreti:
2011-08-31 04:26:04
I keep getting NZEC when I use the decimal module in python..what's wrong? |
|
Santiago Zubieta:
2011-06-07 22:10:23
The thing with Kousthub solution is that you are limited to the source size ;) (4096 bytes)
|
|
Matteo Kinkela:
2011-05-01 10:37:48
acos(-1) |
|
Bob:
2011-01-10 12:49:52
π=16arctan1/5-4arctan1/239 |
Added by: | Roman Sol |
Date: | 2004-12-27 |
Time limit: | 5s |
Source limit: | 4096B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: CLPS LISP sbcl LISP clisp ERL JS-RHINO |
Resource: | ZCon 2005 |