API Response (JSON)
{
"problem": {
"name": "I. Substring",
"description": {
"content": "Given an array of positive integers, count the number of substrings with the following properties: The input will contain on the first line one integer (. The second line contains numbers and the ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10100I"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given an array of positive integers, count the number of substrings with the following properties: \n\nThe input will contain on the first line one integer (. The second line contains numbers and the ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the length of the array. \nLet $ a = (a_0, a_1, \\dots, a_{n-1}) $ be a sequence of positive integers. \n\n**Constraints** \n1. $ 1 \\leq n \\leq \\text{give...",
"is_translate": false,
"language": "Formal"
}
]
}