API Response (JSON)
{
"problem": {
"name": "Travel",
"description": {
"content": "There are $N$ cities. The time it takes to travel from City $i$ to City $j$ is $T_{i, j}$. Among those paths that start at City $1$, visit all other cities exactly once, and then go back to City $1$, ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc183_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ cities. The time it takes to travel from City $i$ to City $j$ is $T_{i, j}$.\nAmong those paths that start at City $1$, visit all other cities exactly once, and then go back to City $1$, ...",
"is_translate": false,
"language": "English"
}
]
}