API Response (JSON)
{
"problem": {
"name": "A Recursive Function",
"description": {
"content": "A function $f(x)$ defined for non-negative integer $x$ satisfies the following conditions: * $f(0) = 1$; * $f(k) = k \\times f(k-1)$ for all positive integers $k$. Find $f(N)$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc273_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A function $f(x)$ defined for non-negative integer $x$ satisfies the following conditions:\n\n* $f(0) = 1$;\n* $f(k) = k \\times f(k-1)$ for all positive integers $k$.\n\nFind $f(N)$.\n\n## Constraints\n\n*...",
"is_translate": false,
"language": "English"
}
]
}