API Response (JSON)
{
"problem": {
"name": "[蓝桥杯青少年组国赛 2023] 简单算术题",
"description": {
"content": "给定一道没有括号的四则混合运算算术题(可能包含多余的空格),请编程计算出结果。运算规则如下: 1. 既有乘、除法又有加、减法的,要先算乘除法,再算加减法; 2. 同级运算时,要从左往右按顺序计算; 3. 所有除法运算的结果都只保留整数部分(直接舍弃小数部分)。 **例如**:当算术题为 $\\tt{2 + 3*4 - 10/6 + 1/2*4}$ 时: - 优先计算乘除法,有 $\\",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P2"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4278"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一道没有括号的四则混合运算算术题(可能包含多余的空格),请编程计算出结果。运算规则如下: \n1. 既有乘、除法又有加、减法的,要先算乘除法,再算加减法; \n2. 同级运算时,要从左往右按顺序计算; \n3. 所有除法运算的结果都只保留整数部分(直接舍弃小数部分)。\n\n**例如**:当算术题为 $\\tt{2 + 3*4 - 10/6 + 1/2*4}$ 时: \n- 优先计算乘除法,有 $\\...",
"is_translate": false,
"language": "English"
}
]
}