API Response (JSON)
{
"problem": {
"name": "Compress Strings",
"description": {
"content": "You are given $N$ strings $S_1, S_2, \\ldots, S_N$. Find the minimum length of a string that contains all these strings as substrings. Here, a string $S$ contains a string $T$ as a substring if $T$ can",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc343_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ strings $S_1, S_2, \\ldots, S_N$.\nFind the minimum length of a string that contains all these strings as substrings.\nHere, a string $S$ contains a string $T$ as a substring if $T$ can...",
"is_translate": false,
"language": "English"
}
]
}