API Response (JSON)
{
"problem": {
"name": "String Rotation",
"description": {
"content": "You are given string $S$ and $T$ consisting of lowercase English letters. Determine if $S$ equals $T$ after _rotation_. That is, determine if $S$ equals $T$ after the following operation is performed ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc103_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given string $S$ and $T$ consisting of lowercase English letters.\nDetermine if $S$ equals $T$ after _rotation_.\nThat is, determine if $S$ equals $T$ after the following operation is performed ...",
"is_translate": false,
"language": "English"
}
]
}