API Response (JSON)
{
"problem": {
"name": "分苹果",
"description": {
"content": "把一堆苹果分给 $n$ 个小朋友,要使每个人都能拿到苹果,而且每个人拿到的苹果数都不同的话,这堆苹果至少应该有多少个?",
"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": "LGB2072"
},
"statements": [
{
"statement_type": "Markdown",
"content": "把一堆苹果分给 $n$ 个小朋友,要使每个人都能拿到苹果,而且每个人拿到的苹果数都不同的话,这堆苹果至少应该有多少个?\n\n## Input\n\n一个不大于 $1000$ 的正整数 $n$,代表小朋友人数。\n\n## Output\n\n一个整数,表示满足条件的最少苹果个数。\n\n[samples]...",
"is_translate": false,
"language": "English"
}
]
}