API Response (JSON)
{
"problem": {
"name": "A. Word Correction",
"description": {
"content": "Victor tries to write his own text editor, with word correction included. However, the rules of word correction are really strange. Victor thinks that if a word contains two **consecutive** vowels, 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": "CF938A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Victor tries to write his own text editor, with word correction included. However, the rules of word correction are really strange.\n\nVictor thinks that if a word contains two **consecutive** vowels, t...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Victor 试图编写自己的文字编辑器,并包含单词校正功能。然而,单词校正的规则非常奇怪。\n\nVictor 认为,如果一个单词包含两个 *连续* 的元音字母,那么它就是奇怪的,需要被替换。因此,单词校正器的工作方式如下:只要单词中存在两个连续的元音字母,就删除第一个元音字母,该元音字母的前一个字母也必须是元音字母。如果单词中没有两个连续的元音字母,则认为它是正确的。\n\n给你一个单词 #cf_spa...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the length of the string. \nLet $ s = s_1 s_2 \\dots s_n $ be a string over the alphabet of lowercase Latin letters. \nDefine the set of vowels: $ V = \\{a,...",
"is_translate": false,
"language": "Formal"
}
]
}