API Response (JSON)
{
"problem": {
"name": "B. Two-gram",
"description": {
"content": "Two-gram is an ordered pair (i.e. string of length two) of capital Latin letters. For example, \"_AZ_\", \"_AA_\", \"_ZA_\" — three distinct two-grams. You are given a string $s$ consisting of $n$ capital ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF977B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Two-gram is an ordered pair (i.e. string of length two) of capital Latin letters. For example, \"_AZ_\", \"_AA_\", \"_ZA_\" — three distinct two-grams.\n\nYou are given a string $s$ consisting of $n$ capital ...",
"is_translate": false,
"language": "English"
}
]
}