API Response (JSON)
{
"problem": {
"name": "String Equivalence",
"description": {
"content": "In this problem, we only consider strings consisting of lowercase English letters. Strings $s$ and $t$ are said to be **isomorphic** when the following conditions are satisfied: * $|s| = |t|$ holds",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "panasonic2020_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In this problem, we only consider strings consisting of lowercase English letters.\nStrings $s$ and $t$ are said to be **isomorphic** when the following conditions are satisfied:\n\n* $|s| = |t|$ holds...",
"is_translate": false,
"language": "English"
}
]
}