diff --git a/工具/latex界面修改题目内容.py b/工具/latex界面修改题目内容.py index 120b2983..c255ab08 100644 --- a/工具/latex界面修改题目内容.py +++ b/工具/latex界面修改题目内容.py @@ -1,6 +1,6 @@ import os,re,json """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭""" -problems = "13303" +problems = "13311" editor = "王伟叶" def generate_number_set(string,dict): diff --git a/题库0.3/Problems.json b/题库0.3/Problems.json index ccc61032..ae968168 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -349885,7 +349885,7 @@ }, "013311": { "id": "013311", - "content": "$36$的所有正约数之和可按如下方法得到 : 因为$36=2^2 \\times 3^2$, 所以$36$的所有正约数之和为$(1+3+3^2)+(2+2 \\times 3+2 \\times 3^2)+(2^2+2^2 \\times 3+2^2 \\times 3^2)=(1+2+$$2^2)(1+3+3^2)=91$, 参照上述方法, 可求得$4000$的所有正约数之和为\\blank{50}.", + "content": "$36$的所有正约数之和可按如下方法得到 : 因为$36=2^2 \\times 3^2$, 所以$36$的所有正约数之和为$(1+3+3^2)+(2+2 \\times 3+2 \\times 3^2)+(2^2+2^2 \\times 3+2^2 \\times 3^2)=(1+2+2^2)(1+3+3^2)=91$, 参照上述方法, 可求得$4000$的所有正约数之和为\\blank{50}.", "objs": [], "tags": [ "第八单元" @@ -349897,7 +349897,8 @@ "usages": [], "origin": "2022版双基百分百", "edit": [ - "20230123\t王伟叶" + "20230123\t王伟叶", + "20230508\t王伟叶" ], "same": [], "related": [],