API Response (JSON)
{
"problem": {
"name": "Shiritori",
"description": {
"content": "You are given three strings $A$, $B$ and $C$. Check whether they form a _word chain_. More formally, determine whether both of the following are true: * The last character in $A$ and the initial ch",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc060_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given three strings $A$, $B$ and $C$. Check whether they form a _word chain_.\nMore formally, determine whether both of the following are true:\n\n* The last character in $A$ and the initial ch...",
"is_translate": false,
"language": "English"
}
]
}