API Response (JSON)
{
"problem": {
"name": "Shift String",
"description": {
"content": "You are given strings $A$ and $B$ of equal length consisting of `0` and `1`. You can perform the following operation on $A$ zero or more times. * Move the first character of $A$ to the end. Find t",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc430_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given strings $A$ and $B$ of equal length consisting of `0` and `1`.\nYou can perform the following operation on $A$ zero or more times.\n\n* Move the first character of $A$ to the end.\n\nFind t...",
"is_translate": false,
"language": "English"
}
]
}