API Response (JSON)
{
"problem": {
"name": "【MX-J2-T0】Turtle and Equations",
"description": {
"content": "给你四个正整数 $a, b, c, d$。 现在你有一条算式 $(a\\ \\Box\\ b)\\ \\Box\\ c$。你需要判断能否在两个方框内分别填入三种运算符 $+, -, \\times$ 之一(运算符可以重复使用),使得算式运算的结果等于 $d$。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10839"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给你四个正整数 $a, b, c, d$。\n\n现在你有一条算式 $(a\\ \\Box\\ b)\\ \\Box\\ c$。你需要判断能否在两个方框内分别填入三种运算符 $+, -, \\times$ 之一(运算符可以重复使用),使得算式运算的结果等于 $d$。\n\n## Input\n\n第一行包含四个正整数 $a, b, c, d$。\n\n## Output\n\n如果能使得运算结果等于 $d$,输出 `Yes`,否则...",
"is_translate": false,
"language": "English"
}
]
}