修改40708题面

This commit is contained in:
weiye.wang 2023-05-27 22:57:49 +08:00
parent 97ca3e49ad
commit 7898809c0b
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import os,re,json import os,re,json
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭""" """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
problems = "12638" problems = "40708"
editor = "王伟叶" editor = "杨懿荔"
def generate_number_set(string,dict): def generate_number_set(string,dict):
string = re.sub(r"[\n\s]","",string) string = re.sub(r"[\n\s]","",string)

View File

@ -549198,7 +549198,7 @@
}, },
"040708": { "040708": {
"id": "040708", "id": "040708",
"content": "若向量$|\\overrightarrow {a}|=1$, $|\\overrightarrow {b}|=\\sqrt{3}$, 且$\\overrightarrow {a}$和$\\overrightarrow {b}$的夹角为$30^{\\circ}$, 则$|\\overrightarrow {a}-\\overrightarrow {b}|=|\\overrightarrow {a}+\\overrightarrow {b}|=$\\blank{50}.", "content": "若向量$|\\overrightarrow {a}|=1$, $|\\overrightarrow {b}|=\\sqrt{3}$, 且$\\overrightarrow {a}$和$\\overrightarrow {b}$的夹角为$30^{\\circ}$, 则$|\\overrightarrow {a}-\\overrightarrow {b}|=$\\blank{50}, $|\\overrightarrow {a}+\\overrightarrow {b}|=$\\blank{50}.",
"objs": [], "objs": [],
"tags": [], "tags": [],
"genre": "填空题", "genre": "填空题",
@ -549208,7 +549208,8 @@
"usages": [], "usages": [],
"origin": "2025届高一下学期周末卷10与11小测", "origin": "2025届高一下学期周末卷10与11小测",
"edit": [ "edit": [
"20230428\t王伟叶" "20230428\t王伟叶",
"20230527\t杨懿荔"
], ],
"same": [], "same": [],
"related": [], "related": [],