API Response (JSON)
{
"problem": {
"name": "ReLU",
"description": {
"content": "The function ReLU is defined as follows:[](ReLU(x) = \\begin{cases} x & (x \\geqq 0) \\ 0 & (x < 0) \\ \\end{cases})  Gi",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc183_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The function ReLU is defined as follows:[](ReLU(x) =\n \\begin{cases}\n x & (x \\geqq 0) \\\n 0 & (x < 0) \\\n \\end{cases})\n\nGi...",
"is_translate": false,
"language": "English"
}
]
}