API Response (JSON)
{
"problem": {
"name": "Common Prefixes",
"description": {
"content": "Let the **similarity** $f(X,Y)$ between two strings $X$ and $Y$ be the length of their longest common prefix. For example, the similarity between `abc` and `axbc` is $1$, and the similarity between ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc213_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let the **similarity** $f(X,Y)$ between two strings $X$ and $Y$ be the length of their longest common prefix. \nFor example, the similarity between `abc` and `axbc` is $1$, and the similarity between ...",
"is_translate": false,
"language": "English"
}
]
}