API Response (JSON)
{
"problem": {
"name": "A. Polycarp's Pockets",
"description": {
"content": "Polycarp has $n$ coins, the value of the $i$\\-th coin is $a_i$. Polycarp wants to distribute all the coins between his pockets, but he cannot put two coins with the same value into the same pocket. F",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1003A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Polycarp has $n$ coins, the value of the $i$\\-th coin is $a_i$. Polycarp wants to distribute all the coins between his pockets, but he cannot put two coins with the same value into the same pocket.\n\nF...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Polycarp 有 $n$ 枚硬币,第 $i$ 枚硬币的面值为 $a_i$。Polycarp 希望将所有硬币分配到他的口袋中,但他不能将两枚面值相同的硬币放入同一个口袋。\n\n例如,如果 Polycarp 有六枚硬币,表示为数组 $a = [ 1, 2, 4, 3, 3, 2 ]$,他可以将硬币分配到两个口袋中,如下所示:$[ 1, 2, 3 ], [ 2, 3, 4 ]$。\n\nPolycarp ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of coins. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of positive integers representing coin values.\n\nLet $ f: \\mathbb{Z}^+ \\to \\mathbb{...",
"is_translate": false,
"language": "Formal"
}
]
}