API Response (JSON)
{
"problem": {
"name": "Symmetric Matrix",
"description": {
"content": "You are given an integer sequence $Y=(Y_1,Y_2,\\ldots,Y_N)$ of length $N$ where each element is between $1$ and $N$ inclusive. Determine whether there exists an $N \\times N$ integer matrix $A=(A_{i,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": "arc208_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer sequence $Y=(Y_1,Y_2,\\ldots,Y_N)$ of length $N$ where each element is between $1$ and $N$ inclusive.\nDetermine whether there exists an $N \\times N$ integer matrix $A=(A_{i,j})...",
"is_translate": false,
"language": "English"
}
]
}