API Response (JSON)
{
"problem": {
"name": "Crossing",
"description": {
"content": "You are given an integer $N$. Determine if there exists a tuple of subsets of ${1,2,...N}$, $(S_1,S_2,...,S_k)$, that satisfies the following conditions: * Each of the integers $1,2,...,N$ is conta",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "tenka1_2018_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $N$. Determine if there exists a tuple of subsets of ${1,2,...N}$, $(S_1,S_2,...,S_k)$, that satisfies the following conditions:\n\n* Each of the integers $1,2,...,N$ is conta...",
"is_translate": false,
"language": "English"
}
]
}