API Response (JSON)
{
"problem": {
"name": "K-th Common Divisor",
"description": {
"content": "You are given positive integers $A$ and $B$. Find the $K$\\-th largest positive integer that divides both $A$ and $B$. The input guarantees that there exists such a number.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc120_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integers $A$ and $B$.\nFind the $K$\\-th largest positive integer that divides both $A$ and $B$.\nThe input guarantees that there exists such a number.\n\n## Constraints\n\n* All val...",
"is_translate": false,
"language": "English"
}
]
}