API Response (JSON)
{
"problem": {
"name": "K. Stepan and Vowels",
"description": {
"content": "Stepan likes to repeat vowel letters when he writes words. For example, instead of the word \"_pobeda_\" he can write \"_pobeeeedaaaaa_\". Sergey does not like such behavior, so he wants to write a progr",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF795K"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Stepan likes to repeat vowel letters when he writes words. For example, instead of the word \"_pobeda_\" he can write \"_pobeeeedaaaaa_\".\n\nSergey does not like such behavior, so he wants to write a progr...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Stepan 在写单词时喜欢重复元音字母。例如,他不会写 \"_pobeda_\",而是写成 \"_pobeeeedaaaaa_\"。\n\nSergey 不喜欢这种行为,因此他想编写一个程序来格式化 Stepan 写的单词。该程序必须将所有连续相同的元音字母合并为一个元音字母。元音字母为 \"_a_\"、\"_e_\"、\"_i_\"、\"_o_\"、\"_u_\" 和 \"_y_\"。\n\n但存在例外:如果字母 \"_e_\" 或 \"...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ s $ be a string of length $ n $, consisting of lowercase English letters. \nLet $ V = \\{a, e, i, o, u, y\\} $ be the set of vowels.\n\nDefine a transformation $ T(s) $ as follows:\n\nFor each maximal...",
"is_translate": false,
"language": "Formal"
}
]
}