API Response (JSON)
{
"problem": {
"name": "F. Game With Array",
"description": {
"content": "Petya and Vasya are competing with each other in a new interesting game as they always do. At the beginning of the game Petya has to come up with an array of $N$ positive integers. Sum of all element",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10259F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Petya and Vasya are competing with each other in a new interesting game as they always do.\n\nAt the beginning of the game Petya has to come up with an array of $N$ positive integers. Sum of all element...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N, S \\in \\mathbb{Z} $ with $ 1 \\leq N < S \\leq 10^6 $. \nLet $ A = (a_1, a_2, \\dots, a_N) $ be a sequence of positive integers such that $ \\sum_{i=1}^N a_i = S $. \nLet $ K \\in...",
"is_translate": false,
"language": "Formal"
}
]
}