API Response (JSON)
{
"problem": {
"name": "116. Diverse String",
"description": {
"content": "You consider a string to be a _diverse string_ if every pair of adjacent characters are different. For example _coderams_ is a diverse string, while _hello_ is not. Given a string, figure out whether",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269116"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You consider a string to be a _diverse string_ if every pair of adjacent characters are different. For example _coderams_ is a diverse string, while _hello_ is not.\n\nGiven a string, figure out whether...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s = s_1 s_2 \\dots s_n $ be a string of length $ n \\geq 1 $, where each $ s_i $ is a character.\n\n**Constraints** \n$ n \\geq 1 $, and $ s_i \\in \\Sigma $ for some alphabet $ \\Sigm...",
"is_translate": false,
"language": "Formal"
}
]
}