API Response (JSON)
{
"problem": {
"name": "[NOIP 1998 普及组] 三连击",
"description": {
"content": "将 $1, 2, \\ldots , 9$ 共 $9$ 个数分成 $3$ 组,分别组成 $3$ 个三位数,且使这 $3$ 个三位数构成 $1 : 2 : 3$ 的比例,试求出所有满足条件的 $3$ 个三位数。",
"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": "LGP1008"
},
"statements": [
{
"statement_type": "Markdown",
"content": "将 $1, 2, \\ldots , 9$ 共 $9$ 个数分成 $3$ 组,分别组成 $3$ 个三位数,且使这 $3$ 个三位数构成 $1 : 2 : 3$ 的比例,试求出所有满足条件的 $3$ 个三位数。\n\n## Input\n\n无\n\n## Output\n\n若干行,每行 $3$ 个数字。按照每行第 $1$ 个数字升序排列。\n\n[samples]\n\n## Background\n\n本题为提交答案题,您...",
"is_translate": false,
"language": "English"
}
]
}