API Response (JSON)
{
"problem": {
"name": "Sum and Product",
"description": {
"content": "Given are integers $S$ and $P$. Is there a pair of positive integers $(N,M)$ such that $N + M = S$ and $N \\times M = P$?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc108_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are integers $S$ and $P$. Is there a pair of positive integers $(N,M)$ such that $N + M = S$ and $N \\times M = P$?\n\n## Constraints\n\n* All values in input are integers.\n* $1 \\leq S,P \\leq 10^...",
"is_translate": false,
"language": "English"
}
]
}