API Response (JSON)
{
"problem": {
"name": "[NOIP 2001 提高组] 统计单词个数",
"description": {
"content": "给出一个长度不超过 $200$ 的由小写英文字母组成的字母串(该字串以每行 $20$ 个字母的方式输入,且保证每行一定为 $20$ 个)。要求将此字母串分成 $k$ 份,且每份中包含的单词个数加起来总数最大。 每份中包含的单词可以部分重叠。当选用一个单词之后,其第一个字母不能再用。例如字符串 `this` 中可包含 `this` 和 `is`,选用 `this` 之后就不能包含 `th`",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP1026"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给出一个长度不超过 $200$ 的由小写英文字母组成的字母串(该字串以每行 $20$ 个字母的方式输入,且保证每行一定为 $20$ 个)。要求将此字母串分成\n $k$ 份,且每份中包含的单词个数加起来总数最大。 \n\n每份中包含的单词可以部分重叠。当选用一个单词之后,其第一个字母不能再用。例如字符串 `this` 中可包含 `this` 和 `is`,选用 `this` 之后就不能包含\n `th`...",
"is_translate": false,
"language": "English"
}
]
}