API Response (JSON)
{
"problem": {
"name": "Non-triangular Triplets",
"description": {
"content": "Given are positive integers $N$ and $K$. Determine if the $3N$ integers $K, K+1, ..., K+3N-1$ can be partitioned into $N$ triples $(a_1,b_1,c_1), ..., (a_N,b_N,c_N)$ so that the condition below is sat",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "nikkei2019_2_qual_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are positive integers $N$ and $K$.\nDetermine if the $3N$ integers $K, K+1, ..., K+3N-1$ can be partitioned into $N$ triples $(a_1,b_1,c_1), ..., (a_N,b_N,c_N)$ so that the condition below is sat...",
"is_translate": false,
"language": "English"
}
]
}