3 12
126
6022 14076
66140507445
13063 77883
3692727018161
325735 425533
1483175252352926
{
"problem": {
"name": "[THUPC 2022 初赛] 最小公倍树",
"description": {
"content": "对于任意 $V\\subset\\mathbb{N}^*$,$|V|<+\\infty$,构造一张无向完全图 $G=(V,E)$,其中 $(u, v)$ 的边权为 $u,v$ 的最小公倍数 $\\mathrm{lcm}(u, v)$。称 $G$ 的最小生成树为 $V$ 的最小公倍树(LCT, Lowest Common Tree)。 现在给出 $L, R$,请你求出 $V={L, L+1, \\cdots",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P5"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8207"
},
"statements": [
{
"statement_type": "Markdown",
"content": "对于任意 $V\\subset\\mathbb{N}^*$,$|V|<+\\infty$,构造一张无向完全图 $G=(V,E)$,其中 $(u, v)$ 的边权为 $u,v$ 的最小公倍数 $\\mathrm{lcm}(u, v)$。称 $G$ 的最小生成树为 $V$ 的最小公倍树(LCT, Lowest Common Tree)。\n\n现在给出 $L, R$,请你求出 $V={L, L+1, \\cdots...",
"is_translate": false,
"language": "English"
}
]
}