From 8ef4eae2126308645a0fb8a8198712cc195c6024 Mon Sep 17 00:00:00 2001 From: Luthics Date: Fri, 9 Sep 2022 23:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B011=E9=A2=98.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 11.py | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 11.py diff --git a/11.py b/11.py new file mode 100644 index 0000000..c2a9d97 --- /dev/null +++ b/11.py @@ -0,0 +1,32 @@ +def f1(eps): + s=1 + i=0 + while(1): + for j in range(i+1): + fz=1 + fm=1 + for k in range(j+1): + fz*=(k+1) + fm*=(2*k+3) + if(fz/fm