API Response (JSON)
{
"problem": {
"name": "J. Parallelograms",
"description": {
"content": "There are n sticks, the i-th of which has length ai. Alex wants to assemble from them as many parallelograms as possible simultaneously, with each stick used at most in one parallelogram. What maximal",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10175J"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are n sticks, the i-th of which has length ai. Alex wants to assemble from them as many parallelograms as possible simultaneously, with each stick used at most in one parallelogram. What maximal...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of sticks. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of positive integers representing stick lengths. \n\nLet $ f: \\mathbb{Z}^+ \\to \\ma...",
"is_translate": false,
"language": "Formal"
}
]
}