API Response (JSON)
{
"problem": {
"name": "[GESP202503 三级] 2025",
"description": {
"content": "小 A 有一个整数 $x$,他想找到最小的正整数 $y$ 使得下式成立: $$(x \\ \\operatorname{and} \\ y) + (x \\ \\operatorname{or} \\ y) = 2025$$ 其中 $\\operatorname{and}$ 表示二进制按位与运算,$\\operatorname{or}$ 表示二进制按位或运算。如果不存在满足条件的 $y$,则输出 $-1$。 ",
"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": "LGB4261"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小 A 有一个整数 $x$,他想找到最小的正整数 $y$ 使得下式成立:\n\n$$(x \\ \\operatorname{and} \\ y) + (x \\ \\operatorname{or} \\ y) = 2025$$\n\n其中 $\\operatorname{and}$ 表示二进制按位与运算,$\\operatorname{or}$ 表示二进制按位或运算。如果不存在满足条件的 $y$,则输出 $-1$。\n...",
"is_translate": false,
"language": "English"
}
]
}