API Response (JSON)
{
"problem": {
"name": "First Second",
"description": {
"content": "Limak can repeatedly remove one of the first two characters of a string, for example $abcxyx \\rightarrow acxyx \\rightarrow cxyx \\rightarrow cyx$. You are given $N$ different strings $S_1, S_2, \\ldots,",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc047_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Limak can repeatedly remove one of the first two characters of a string, for example $abcxyx \\rightarrow acxyx \\rightarrow cxyx \\rightarrow cyx$.\nYou are given $N$ different strings $S_1, S_2, \\ldots,...",
"is_translate": false,
"language": "English"
}
]
}