API Response (JSON)
{
"problem": {
"name": "[语言月赛 202410] 顺序结构",
"description": {
"content": "顺序结构中,为什么一定要讲究几句话的顺序呢?在一次经历中,小 Y 意识到了顺序的重要性。 --- 小 Y 写了一个程序,按顺序执行下面四步: 1. 输入变量 $a$。 2. 将 $a$ 增加 $ 5$。 3. 将 $a$ 变成原来的 $3$ 倍。 4. 输出现在的 $a$。 小 L 写了一个程序,按顺序执行下面四步: 1. 输入变量 $a$。 2. 将 $a$ 变成原来的 $3$ 倍。 ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4042"
},
"statements": [
{
"statement_type": "Markdown",
"content": "顺序结构中,为什么一定要讲究几句话的顺序呢?在一次经历中,小 Y 意识到了顺序的重要性。\n\n---\n\n小 Y 写了一个程序,按顺序执行下面四步:\n\n1. 输入变量 $a$。\n2. 将 $a$ 增加 $ 5$。\n3. 将 $a$ 变成原来的 $3$ 倍。\n4. 输出现在的 $a$。\n\n小 L 写了一个程序,按顺序执行下面四步:\n\n1. 输入变量 $a$。\n2. 将 $a$ 变成原来的 $3$ 倍。\n...",
"is_translate": false,
"language": "English"
}
]
}