API Response (JSON)
{
"problem": {
"name": "A. Haiku",
"description": {
"content": "Haiku is a genre of Japanese traditional poetry. A haiku poem consists of 17 syllables split into three phrases, containing 5, 7 and 5 syllables correspondingly (the first phrase should contain exact",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF78A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Haiku is a genre of Japanese traditional poetry.\n\nA haiku poem consists of 17 syllables split into three phrases, containing 5, 7 and 5 syllables correspondingly (the first phrase should contain exact...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "俳句是日本传统诗歌的一种体裁。\n\n一首俳句诗由17个音节组成,分为三句,分别包含5、7和5个音节(第一句必须恰好有5个音节,第二句必须恰好有7个音节,第三句必须恰好有5个音节)。一首俳句杰作通过这三句描述一个瞬间。在如此短小的诗中,每个词都至关重要,因此俳句富含象征意义。每个词都有其特殊含义和特殊作用。俳句的核心原则是用极少的词表达丰富的内容。\n\n为简化问题,在本题中我们规定:一句话中的音节数等于...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ L_1, L_2, L_3 $ be the three input lines (phrases) of the poem. \nLet $ V = \\{a, e, i, o, u\\} $ be the set of vowel letters. \nFor a string $ s $, define $ \\text{syllables}(s) ...",
"is_translate": false,
"language": "Formal"
}
]
}