API Response (JSON)
{
"problem": {
"name": "「GMOI R1-T3」Number Pair",
"description": {
"content": "我们定义满足如下条件的数对 $(x,y)$ 叫做奇妙数对: $k \\times \\gcd(x,y)=\\operatorname{lcm}(x,y)$ 并且 $P \\le \\gcd(x,y) \\le Q$(保证 $P \\le Q$)。 有 $T$ 组数据,对于每一组数据,给定 $k,P,Q$ 三个数,求符合条件的数对 $(x,y)$ 的对数。 **答案对 $10^9+7$ 取模。**",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP8926"
},
"statements": [
{
"statement_type": "Markdown",
"content": "我们定义满足如下条件的数对 $(x,y)$ 叫做奇妙数对:\n\n$k \\times \\gcd(x,y)=\\operatorname{lcm}(x,y)$ 并且 $P \\le \\gcd(x,y) \\le Q$(保证 $P \\le Q$)。\n\n有 $T$ 组数据,对于每一组数据,给定 $k,P,Q$ 三个数,求符合条件的数对 $(x,y)$ 的对数。\n\n**答案对 $10^9+7$ 取模。**\n\n## ...",
"is_translate": false,
"language": "English"
}
]
}