修改40399题面
This commit is contained in:
parent
07e657dd4d
commit
b446c86e33
|
|
@ -1,6 +1,6 @@
|
||||||
import os,re,json
|
import os,re,json
|
||||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
|
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
|
||||||
problems = "15056"
|
problems = "40399"
|
||||||
editor = "王伟叶"
|
editor = "王伟叶"
|
||||||
|
|
||||||
def generate_number_set(string,dict):
|
def generate_number_set(string,dict):
|
||||||
|
|
|
||||||
|
|
@ -550903,7 +550903,7 @@
|
||||||
},
|
},
|
||||||
"040399": {
|
"040399": {
|
||||||
"id": "040399",
|
"id": "040399",
|
||||||
"content": "函数$\\boldsymbol{y}=2 \\cos (\\dfrac{x}{2}+\\dfrac{\\pi}{3})$的单调递增区间是\\blank{50}.",
|
"content": "函数$y=2 \\cos (\\dfrac{x}{2}+\\dfrac{\\pi}{3})$的单调递增区间是\\blank{50}.",
|
||||||
"objs": [],
|
"objs": [],
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"genre": "填空题",
|
"genre": "填空题",
|
||||||
|
|
@ -550913,7 +550913,8 @@
|
||||||
"usages": [],
|
"usages": [],
|
||||||
"origin": "2025届高一下学期周末卷07",
|
"origin": "2025届高一下学期周末卷07",
|
||||||
"edit": [
|
"edit": [
|
||||||
"20230330\t王伟叶"
|
"20230330\t王伟叶",
|
||||||
|
"20230605\t王伟叶"
|
||||||
],
|
],
|
||||||
"same": [],
|
"same": [],
|
||||||
"related": [],
|
"related": [],
|
||||||
|
|
|
||||||
Reference in New Issue