API Response (JSON)
{
"problem": {
"name": "Merge Triplets",
"description": {
"content": "Given is a positive integer $N$. Find the number of permutations $(P_1,P_2,\\cdots,P_{3N})$ of $(1,2,\\cdots,3N)$ that can be generated through the procedure below. This number can be enormous, so print",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 6000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc043_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a positive integer $N$. Find the number of permutations $(P_1,P_2,\\cdots,P_{3N})$ of $(1,2,\\cdots,3N)$ that can be generated through the procedure below. This number can be enormous, so print...",
"is_translate": false,
"language": "English"
}
]
}