API Response (JSON)
{
"problem": {
"name": "「DROI」Round 2 构造与取模",
"description": {
"content": "对于整数 $n,k$,若存在**非负整数** $x$ 与 **正整数** $y$ 满足: $$x + y = n\\ \\land\\ x \\bmod y =k$$ 则我们称有序数对 $(x,y)$ 是 $n$ 的一个 **优秀拆分**(其中 $\\land$ 是**并且**的意思)。 现给定非负整数 $n,k$,请你构造**任意**一组 $n$ 的优秀拆分,并分别输出你构造方案中的 $x$ 和 ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 65536
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9373"
},
"statements": [
{
"statement_type": "Markdown",
"content": "对于整数 $n,k$,若存在**非负整数** $x$ 与 **正整数** $y$ 满足:\n\n$$x + y = n\\ \\land\\ x \\bmod y =k$$\n\n则我们称有序数对 $(x,y)$ 是 $n$ 的一个 **优秀拆分**(其中 $\\land$ 是**并且**的意思)。\n\n现给定非负整数 $n,k$,请你构造**任意**一组 $n$ 的优秀拆分,并分别输出你构造方案中的 $x$ 和 ...",
"is_translate": false,
"language": "English"
}
]
}