API Response (JSON)
{
"problem": {
"name": "Prefix Concatenation",
"description": {
"content": "You are given two strings $S$ and $T$ consisting of lowercase English letters. Find the minimum positive integer $k$ such that you can choose (not necessarily distinct) $k$ prefixes of $S$ so that the",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc257_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two strings $S$ and $T$ consisting of lowercase English letters.\nFind the minimum positive integer $k$ such that you can choose (not necessarily distinct) $k$ prefixes of $S$ so that the...",
"is_translate": false,
"language": "English"
}
]
}