API Response (JSON)
{
"problem": {
"name": "102. Pocket Calculator",
"description": {
"content": "Pocket Calculator You have a pocket calculator. Unfortunately, it is broken, so you need to calculate large math operations yourself. For this problem, you need to write a computer program to calcula",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269102"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Pocket Calculator\n\nYou have a pocket calculator. Unfortunately, it is broken, so you need to calculate large math operations yourself. For this problem, you need to write a computer program to calcula...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ E $ be a string representing a mathematical expression consisting of single-digit integers and operators $ \\{+, -, *, /\\} $, with exactly one space between each token. \n\nLet $...",
"is_translate": false,
"language": "Formal"
}
]
}