diff --git a/工具/latex界面修改题目内容.py b/工具/latex界面修改题目内容.py index cce99434..80d7bcb0 100644 --- a/工具/latex界面修改题目内容.py +++ b/工具/latex界面修改题目内容.py @@ -1,6 +1,6 @@ import os,re,json """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭""" -problems = "12610,12627,12631" +problems = "12669" editor = "王伟叶" def generate_number_set(string,dict): diff --git a/工具/修改题目数据库.py b/工具/修改题目数据库.py index 307d7ffd..2d380996 100644 --- a/工具/修改题目数据库.py +++ b/工具/修改题目数据库.py @@ -1,6 +1,6 @@ import os,re,json """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块""" -problems = "14995" +problems = "12669" 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 87069576..dea753c1 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -333633,7 +333633,7 @@ }, "012669": { "id": "012669", - "content": "设$\\sin \\alpha+\\cos \\alpha=x$, 且$\\sin ^3 \\alpha+\\cos ^3 \\alpha=a_3 x^3+a_2 x^2+a_1 x+a_0$, 则$a_0+a_1+a_2+a_3=$\\bracket{20}.\n\\fourch{$-1$}{$\\dfrac 12$}{$1$}{$\\sqrt 2$}", + "content": "设对任意满足$\\sin \\alpha+\\cos \\alpha=x$的实数$\\alpha$与$x$, $\\sin ^3 \\alpha+\\cos ^3 \\alpha=a_3 x^3+a_2 x^2+a_1 x+a_0$总成立, 则$a_0+a_1+a_2+a_3=$\\bracket{20}.\n\\fourch{$-1$}{$\\dfrac 12$}{$1$}{$\\sqrt 2$}", "objs": [], "tags": [ "第三单元" @@ -333645,7 +333645,8 @@ "usages": [], "origin": "2023届宝山区一模试题15", "edit": [ - "20221217\t王伟叶" + "20221217\t王伟叶", + "20230527\t王伟叶" ], "same": [], "related": [],