API Response (JSON)
{
"problem": {
"name": "037. Practice Katanas",
"description": {
"content": "You've just bought a set of practice katanas, which have an item number of 1101-1816. While staring at this item number, you wonder what the LCM (Least Common Multiple) of 1101 and 1816 is. To calcul",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269037"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You've just bought a set of practice katanas, which have an item number of 1101-1816. While staring at this item number, you wonder what the LCM (Least Common Multiple) of 1101 and 1816 is.\n\nTo calcul...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ a, b \\in \\mathbb{Z}^+ $ be two positive integers.\n\n**Constraints** \n$ a, b \\geq 1 $\n\n**Objective** \nCompute the least common multiple: \n$$\n\\text{lcm}(a, b) = \\frac{a \\cdot b...",
"is_translate": false,
"language": "Formal"
}
]
}