API Response (JSON)
{
"problem": {
"name": "Permutation Check",
"description": {
"content": "You are given a sequence of $N$ integers between $1$ and $N$ (inclusive): $A = (A_1, A_2, \\dots, A_N)$. Determine whether $A$ is a permutation of $(1, 2, \\dots, N)$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc205_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence of $N$ integers between $1$ and $N$ (inclusive): $A = (A_1, A_2, \\dots, A_N)$.\nDetermine whether $A$ is a permutation of $(1, 2, \\dots, N)$.\n\n## Constraints\n\n* $1 \\leq N \\le...",
"is_translate": false,
"language": "English"
}
]
}