From dafba074e18daa23f50ec45f49c1f89e5d3801f6 Mon Sep 17 00:00:00 2001 From: "weiye.wang" Date: Fri, 5 May 2023 19:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B913921=E9=A2=98=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具/修改题目数据库.py | 2 +- 题库0.3/Problems.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/工具/修改题目数据库.py b/工具/修改题目数据库.py index 242f94ab..ed2cb685 100644 --- a/工具/修改题目数据库.py +++ b/工具/修改题目数据库.py @@ -1,6 +1,6 @@ import os,re,json """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块""" -problems = "15097,15098" +problems = "13921" def generate_number_set(string,dict): string = re.sub(r"[\n\s]","",string) diff --git a/题库0.3/Problems.json b/题库0.3/Problems.json index 32e43887..8c17c40a 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -363533,7 +363533,7 @@ }, "013921": { "id": "013921", - "content": "数列$\\{a_n\\}$的前$n$项和为$S_n, 2S_n-n a_n=n$($n \\in \\mathbf{N}$, $n\\ge 1$), 若$S_{20}=-360$, 则$a_2=$\\blank{50}.", + "content": "数列$\\{a_n\\}$的前$n$项和为$S_n$, $2S_n-n a_n=n$($n \\in \\mathbf{N}$, $n\\ge 1$), 若$S_{20}=-360$, 则$a_2=$\\blank{50}.", "objs": [], "tags": [ "第四单元"