API Response (JSON)
{
"problem": {
"name": "115. Pseudocode Compiler",
"description": {
"content": "In this question your goal is to make a program that will simulate running some pretty basic pseudocode. Here is the syntax that will be used: Defining a variable: -\"var variableName = value\" -value ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269115"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In this question your goal is to make a program that will simulate running some pretty basic pseudocode. Here is the syntax that will be used:\n\nDefining a variable: -\"var variableName = value\" -value ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of code lines. \nLet $ \\mathcal{V} $ be a finite map from variable names to integer values, initially empty. \n\n**Syntax Rules** \n1. **Variabl...",
"is_translate": false,
"language": "Formal"
}
]
}