API Response (JSON)
{
"problem": {
"name": "066. Neural Network Weight Count",
"description": {
"content": "As computers have become more and more powerful, the use of artificial intelligence has become ever more prominent in modern computing. As a result, a mechanism called a neural network has become a ve",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269066"
},
"statements": [
{
"statement_type": "Markdown",
"content": "As computers have become more and more powerful, the use of artificial intelligence has become ever more prominent in modern computing. As a result, a mechanism called a neural network has become a ve...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z}^+ $ be the number of layers. \nLet $ n_i \\in \\mathbb{Z}^+ $ denote the number of nodes in layer $ i $, for $ i \\in \\{1, 2, \\dots, N\\} $.\n\n**Constraints** \n$ N...",
"is_translate": false,
"language": "Formal"
}
]
}