API Response (JSON)
{
"problem": {
"name": "G. Fake News (easy)",
"description": {
"content": "As it's the first of April, Heidi is suspecting that the news she reads today are fake, and she does not want to look silly in front of all the contestants. She knows that a newspiece is fake if it co",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF802G"
},
"statements": [
{
"statement_type": "Markdown",
"content": "As it's the first of April, Heidi is suspecting that the news she reads today are fake, and she does not want to look silly in front of all the contestants. She knows that a newspiece is fake if it co...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "今天是4月1日,Heidi 怀疑她今天阅读的新闻是假的,她不想在所有参赛者面前出丑。她知道,如果一则新闻中包含 _heidi_ 作为子序列,那么它就是假的。请帮助 Heidi 判断给定的新闻是否真实,但请务必低调处理...\n\n输入的第一行也是唯一一行包含一个非空字符串 #cf_span[s],其长度不超过 #cf_span[1000],由小写字母 (_a_-_z_) 组成。\n\n如果字符串 #cf_...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ s $ be a string of length at most 1000 over the alphabet $ \\{a, b, \\dots, z\\} $. \nLet $ p = \\texttt{\"heidi\"} $. \n\nDetermine whether $ p $ is a subsequence of $ s $.\n\nOutput \"YES\" if $ p \\sqsub...",
"is_translate": false,
"language": "Formal"
}
]
}