API Response (JSON)
{
"problem": {
"name": "1. Unique Elements",
"description": {
"content": "You have an array of $n$ integers, and you want to find how many unique elements it has. An element is _unique_ if it only appears once in the array. For example, the array $[ 5, 7, 8, 5, 4, 4, 3 ]$ ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF102891"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have an array of $n$ integers, and you want to find how many unique elements it has. An element is _unique_ if it only appears once in the array.\n\nFor example, the array $[ 5, 7, 8, 5, 4, 4, 3 ]$ ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the length of the array. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of integers, where $ a_i \\in [1, 10^9] $ for all $ i \\in \\{1, \\dots, n\\} $.\n\n*...",
"is_translate": false,
"language": "Formal"
}
]
}