API Response (JSON)
{
"problem": {
"name": "H. Log Concave Sequences",
"description": {
"content": "A sequence of numbers A is said to be logarithm concave if, and only if, for every 2 ≤ i ≤ n - 1, ai - 1 * ai + 1 ≤ ai2. For example the sequence A = (1, 2, 3) is logarithm concave. The sequence A = ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10230H"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A sequence of numbers A is said to be logarithm concave if, and only if, for every 2 ≤ i ≤ n - 1, ai - 1 * ai + 1 ≤ ai2.\n\nFor example the sequence A = (1, 2, 3) is logarithm concave. The sequence A = ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ A, B \\in \\mathbb{Z} $ with $ 1 \\leq A, B \\leq 28 $. \nLet $ O_1, O_2, O_3 \\in \\Sigma^A $ be the strings of the three Owls members, where $ \\Sigma = \\{ \\text{'A'}, \\text{'B'}, \\...",
"is_translate": false,
"language": "Formal"
}
]
}