API Response (JSON)
{
"problem": {
"name": "A. Restoring Numbers",
"description": {
"content": "Pavel had two positive integers a and b. He found their sum s and greatest common divisor g, and forgot a and b after that. Help him to restore the original numbers. A single line contains two intege",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10175A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Pavel had two positive integers a and b. He found their sum s and greatest common divisor g, and forgot a and b after that. Help him to restore the original numbers.\n\nA single line contains two intege...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s, g \\in \\mathbb{Z}^+ $ be given, with $ 1 \\leq s, g \\leq 10^9 $. \n\n**Constraints** \nFind positive integers $ a, b \\in \\mathbb{Z}^+ $ such that: \n1. $ a + b = s $ \n2. $ \\gc...",
"is_translate": false,
"language": "Formal"
}
]
}