修改12669题面
This commit is contained in:
parent
e282db536b
commit
737b2ea7ca
|
|
@ -1,6 +1,6 @@
|
|||
import os,re,json
|
||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
|
||||
problems = "12610,12627,12631"
|
||||
problems = "12669"
|
||||
editor = "王伟叶"
|
||||
|
||||
def generate_number_set(string,dict):
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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": [],
|
||||
|
|
|
|||
Reference in New Issue