API Response (JSON)
{
"problem": {
"name": "[语言月赛202301] 九九乘方表",
"description": {
"content": "九九乘法表是数学学习中必须记忆的内容之一。 九九乘法表的前三行为: `1 * 1 = 1` `2 * 1 = 2 2 * 2 = 4` `3 * 1 = 3 3 * 2 = 6 3 * 3 = 9` 类似的,我们可以定义出九九乘方表,其前三行为: `1 ^ 1 = 1` `2 ^ 1 = 2 2 ^ 2 = 4` `3 ^ 1 = 3 3 ^ 2 = 9 3 ^ 3 = 2",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3700"
},
"statements": [
{
"statement_type": "Markdown",
"content": "九九乘法表是数学学习中必须记忆的内容之一。\n\n九九乘法表的前三行为:\n\n`1 * 1 = 1` \n`2 * 1 = 2 2 * 2 = 4` \n`3 * 1 = 3 3 * 2 = 6 3 * 3 = 9`\n\n类似的,我们可以定义出九九乘方表,其前三行为:\n\n`1 ^ 1 = 1` \n`2 ^ 1 = 2 2 ^ 2 = 4` \n`3 ^ 1 = 3 3 ^ 2 = 9 3 ^ 3 = 2...",
"is_translate": false,
"language": "English"
}
]
}