API Response (JSON)
{
"problem": {
"name": "A. Remove Duplicates",
"description": {
"content": "Petya has an array $a$ consisting of $n$ integers. He wants to remove duplicate (equal) elements. Petya wants to leave only the rightmost entry (occurrence) for each element of the array. The relativ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF978A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Petya has an array $a$ consisting of $n$ integers. He wants to remove duplicate (equal) elements.\n\nPetya wants to leave only the rightmost entry (occurrence) for each element of the array. The relativ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Petya 有一个由 $n$ 个整数组成的数组 $a$。他希望移除重复(相等)的元素。\n\nPetya 希望为数组中的每个元素只保留最右侧的出现(出现位置)。剩余唯一元素的相对顺序不应改变。\n\n第一行包含一个整数 $n$($1 lt.eq n lt.eq 50$)——Petya 数组中元素的个数。\n\n接下来的一行包含一个序列 $a_1, a_2, dots.h, a_n$($1 lt.eq a_i ...",
"is_translate": true,
"language": "Chinese"
}
]
}