API Response (JSON)
{
"problem": {
"name": "[ICPC 2022 Xi'an R] Perfect Word",
"description": {
"content": "You are given $n$ strings and required to find the length of the longest *perfect word*. A string $t$ is called a *perfect word*, if and only if every non-empty substring of $t$ appears in the given ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P4"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP9364"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $n$ strings and required to find the length of the longest *perfect word*.\n\nA string $t$ is called a *perfect word*, if and only if every non-empty substring of $t$ appears in the given ...",
"is_translate": false,
"language": "English"
}
]
}