API Response (JSON)
{
"problem": {
"name": "A. Square Root Partitioning",
"description": {
"content": "Consider the following expression: $$\\sqrt{a_1} \\pm \\sqrt{a_2} \\pm \\dots \\pm \\sqrt{a_n} = 0\\text{.}$$ Calculate the number of ways to replace each $plus.minus$ with $+$ or $-$ so that it holds true. ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10235A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Consider the following expression: $$\\sqrt{a_1} \\pm \\sqrt{a_2} \\pm \\dots \\pm \\sqrt{a_n} = 0\\text{.}$$ Calculate the number of ways to replace each $plus.minus$ with $+$ or $-$ so that it holds true.\n\n...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ with $ 2 \\leq n \\leq 36 $. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of positive integers, where $ 1 \\leq a_i \\leq 10^{10^5} $ for all $ i $.\n\n**Con...",
"is_translate": false,
"language": "Formal"
}
]
}