API Response (JSON)
{
"problem": {
"name": "Disjoint Set of Common Divisors",
"description": {
"content": "Given are positive integers $A$ and $B$. Let us choose some number of positive common divisors of $A$ and $B$. Here, any two of the chosen divisors must be coprime. At most, how many divisors can we c",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc142_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are positive integers $A$ and $B$.\nLet us choose some number of positive common divisors of $A$ and $B$.\nHere, any two of the chosen divisors must be coprime.\nAt most, how many divisors can we c...",
"is_translate": false,
"language": "English"
}
]
}