API Response (JSON)
{
"problem": {
"name": "Count Distinct Integers",
"description": {
"content": "In a sequence of $N$ positive integers $a = (a_1, a_2, \\dots, a_N)$, how many different integers are there?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc240_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In a sequence of $N$ positive integers $a = (a_1, a_2, \\dots, a_N)$, how many different integers are there?\n\n## Constraints\n\n* $1 \\leq N \\leq 1000$\n* $1 \\leq a_i \\leq 10^9 \\, (1 \\leq i \\leq N)$\n* ...",
"is_translate": false,
"language": "English"
}
]
}