API Response (JSON)
{
"problem": {
"name": "[语言月赛202212] 计算",
"description": {
"content": "给定一个 $3$ 位整数 $n$,计算: 1. $n$ 的各位数字之和; 2. $n$ 的各位数字之和的平方; 3. $n$ 的各位数字之和的立方; 例如,当这个三位数是 $123$ 时: 1. 各位数字之和为:$1+2+3=6$; 2. 各位数字之和的平方为:$(1+2+3)^2=(1+2+3)\\times (1+2+3)=36$; 3. 各位数字之和的立方为:$(1+2+3)^3=(1+2",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3685"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个 $3$ 位整数 $n$,计算:\n1. $n$ 的各位数字之和;\n2. $n$ 的各位数字之和的平方;\n3. $n$ 的各位数字之和的立方;\n\n例如,当这个三位数是 $123$ 时:\n\n1. 各位数字之和为:$1+2+3=6$;\n2. 各位数字之和的平方为:$(1+2+3)^2=(1+2+3)\\times (1+2+3)=36$;\n3. 各位数字之和的立方为:$(1+2+3)^3=(1+2...",
"is_translate": false,
"language": "English"
}
]
}