API Response (JSON)
{
"problem": {
"name": "C. Python Indentation",
"description": {
"content": "In Python, code blocks don't have explicit begin/end or curly braces to mark beginning and end of the block. Instead, code blocks are defined by indentation. We will consider an extremely simplified ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF909C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In Python, code blocks don't have explicit begin/end or curly braces to mark beginning and end of the block. Instead, code blocks are defined by indentation.\n\nWe will consider an extremely simplified ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "在 Python 中,代码块没有显式的 begin/end 或花括号来标记块的开始和结束,而是通过缩进来定义代码块。\n\n我们将考虑一个仅包含两种语句的极简 Python 子集。\n\n*简单语句* 单独占一行,每行一个。例如赋值语句就是一种简单语句。\n\n*for 语句* 是复合语句:它们包含一个或多个其他语句。for 语句由一个单独行的头部组成,该行以 \"for\" 前缀开头,后跟循环体。循环体是一个缩...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z} $ be the number of statements. \nLet $ S = (s_1, s_2, \\dots, s_N) $ be a sequence where $ s_i \\in \\{ \\texttt{f}, \\texttt{s} \\} $, with $ s_N = \\texttt{s} $. \n...",
"is_translate": false,
"language": "Formal"
}
]
}