API Response (JSON)
{
"problem": {
"name": "LCM",
"description": {
"content": "You are given positive integers $A_1,A_2,A_3$. Determine whether there exists a pair of positive integers $(X_1,X_2)$ that satisfies all the following conditions, and if it exists, find one. * $X_1",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc200_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integers $A_1,A_2,A_3$.\nDetermine whether there exists a pair of positive integers $(X_1,X_2)$ that satisfies all the following conditions, and if it exists, find one.\n\n* $X_1...",
"is_translate": false,
"language": "English"
}
]
}