API Response (JSON)
{
"problem": {
"name": "[yLOI2022] 西施江南",
"description": {
"content": "给定 $n$ 个正整数 $a_1, a_2, a_3, \\dots a_n$,记 $g$ 是这些数的**最大公约数**,$l$ 是这些数的**最小公倍数**。请你判断 $l \\times g$ 是否等于 $a_1 \\times a_2 \\times \\dots \\times a_n$。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 3000,
"memory_limit": 1048576
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9473"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定 $n$ 个正整数 $a_1, a_2, a_3, \\dots a_n$,记 $g$ 是这些数的**最大公约数**,$l$ 是这些数的**最小公倍数**。请你判断 $l \\times g$ 是否等于 $a_1 \\times a_2 \\times \\dots \\times a_n$。\n\n## Input\n\n**本题单测试点内有多组测试数据**。\n\n输入的第一行是一个整数 $T$,表示测试数据组数...",
"is_translate": false,
"language": "English"
}
]
}