API Response (JSON)
{
"problem": {
"name": "Yet Another Sigma Problem",
"description": {
"content": "For strings $x$ and $y$, define $f(x, y)$ as follows: * $f(x, y)$ is the length of the longest common prefix of $x$ and $y$. You are given $N$ strings $(S_1, \\ldots, S_N)$ consisting of lowercase ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc353_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For strings $x$ and $y$, define $f(x, y)$ as follows:\n\n* $f(x, y)$ is the length of the longest common prefix of $x$ and $y$.\n\nYou are given $N$ strings $(S_1, \\ldots, S_N)$ consisting of lowercase ...",
"is_translate": false,
"language": "English"
}
]
}