API Response (JSON)
{
"problem": {
"name": "Permutation",
"description": {
"content": "You are given an integer $N$. Consider permutations $p = (p_1, p_2, \\dots, p_N)$ of $(1, 2, \\dots, N)$. Count how many such permutations satisfy the following condition, and output the result modu",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "fps_24_k"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer $N$. \nConsider permutations $p = (p_1, p_2, \\dots, p_N)$ of $(1, 2, \\dots, N)$. \nCount how many such permutations satisfy the following condition, and output the result modu...",
"is_translate": false,
"language": "English"
}
]
}