API Response (JSON)
{
"problem": {
"name": "059. Multiply Characters",
"description": {
"content": "Take a single String as input, and output the same string after repeating certain characters by a certain number. The character 'h' should be repeated 5 times, the character 'c' should be repeated 2 t",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269059"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Take a single String as input, and output the same string after repeating certain characters by a certain number. The character 'h' should be repeated 5 times, the character 'c' should be repeated 2 t...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ S \\in \\{a, b, \\dots, z\\}^* $ be the input string. \n\n**Transformation Rules** \nFor each character $ c \\in S $: \n- If $ c = \\text{'h'} $, replace it with $ \\text{'h'}^5 $ \n- ...",
"is_translate": false,
"language": "Formal"
}
]
}