API Response (JSON)
{
"problem": {
"name": "Infinite Sequence",
"description": {
"content": "How many infinite sequences $a_1, a_2, ...$ consisting of {${1, ... ,n}$} satisfy the following conditions? * The $n$\\-th and subsequent elements are all equal. That is, if $n \\leq i,j$, $a_i = a_j",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc071_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "How many infinite sequences $a_1, a_2, ...$ consisting of {${1, ... ,n}$} satisfy the following conditions?\n\n* The $n$\\-th and subsequent elements are all equal. That is, if $n \\leq i,j$, $a_i = a_j...",
"is_translate": false,
"language": "English"
}
]
}