API Response (JSON)
{
"problem": {
"name": "I. Abu Tahun Mod problem",
"description": {
"content": "Abu Tahun loves palindromes. An array is palindrome if it reads the same backwards and forwards, for example arrays ${1}$, ${1, 1, 1}$, ${1, 2, 1}$ , ${1, 3, 2, 3, 1}$ are palindrome, but arrays ${11",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10203I"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Abu Tahun loves palindromes.\n\nAn array is palindrome if it reads the same backwards and forwards, for example arrays ${1}$, ${1, 1, 1}$, ${1, 2, 1}$ , ${1, 3, 2, 3, 1}$ are palindrome, but arrays ${11...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the length of the array. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of positive integers. \n\n**Constraints** \n1. $ 1 \\leq n \\leq 10^5 $ \n2. $ ...",
"is_translate": false,
"language": "Formal"
}
]
}