API Response (JSON)
{
"problem": {
"name": "求正整数 2 和 n 之间的完全数",
"description": {
"content": "求正整数 $2$ 和 $n$ 之间的完全数(一行一个数)。 完全数:对于一个自然数,所有比它小的所有因数之和,等于它本身,它就是个完全数。如 $6=1+2+3$。",
"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": "LGB2127"
},
"statements": [
{
"statement_type": "Markdown",
"content": "求正整数 $2$ 和 $n$ 之间的完全数(一行一个数)。\n\n完全数:对于一个自然数,所有比它小的所有因数之和,等于它本身,它就是个完全数。如 $6=1+2+3$。\n\n## Input\n\n输入 $n(n \\le 10000)$。\n\n## Output\n\n一行一个数,按由小到大的顺序。\n\n[samples]...",
"is_translate": false,
"language": "English"
}
]
}