API Response (JSON)
{
"problem": {
"name": "[语言月赛 202403] 2014",
"description": {
"content": "定义 2014 串为一个由若干个 `2014` 首尾相接连成的字符串,例如 `20142014` 和 `201420142014`是 2014 串,而 `2014201` 和 `572364` 不是 2014 串。 给定一个仅包含从 $0$ 到 $9$ 的数字的字符串 $S$,你每次操作可以交换 $S$ 中任意两个字符。判断是否能通过执行任意多次(可以为 $0$ 次)操作将 $S$ 变为 201",
"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": "LGB3946"
},
"statements": [
{
"statement_type": "Markdown",
"content": "定义 2014 串为一个由若干个 `2014` 首尾相接连成的字符串,例如 `20142014` 和 `201420142014`是 2014 串,而 `2014201` 和 `572364` 不是 2014 串。\n\n给定一个仅包含从 $0$ 到 $9$ 的数字的字符串 $S$,你每次操作可以交换 $S$ 中任意两个字符。判断是否能通过执行任意多次(可以为 $0$ 次)操作将 $S$ 变为 201...",
"is_translate": false,
"language": "English"
}
]
}