API Response (JSON)
{
"problem": {
"name": "A. Hongcow Learns the Cyclic Shift",
"description": {
"content": "Hongcow is learning to spell! One day, his teacher gives him a word that he needs to learn to spell. Being a dutiful student, he immediately learns how to spell the word. Hongcow has decided to try t",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF745A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Hongcow is learning to spell! One day, his teacher gives him a word that he needs to learn to spell. Being a dutiful student, he immediately learns how to spell the word.\n\nHongcow has decided to try t...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "[{\"iden\":\"statement\",\"content\":\"Hongcow 正在学习拼写!一天,他的老师给了他一个单词,他需要学会拼写。作为一位勤勉的学生,他立即学会了如何拼写这个单词。\\n\\nHongcow 想尝试用这个单词构造新单词。他从刚学会拼写的单词开始,将单词的最后一个字符移到开头。他称此为一个 _循环移位_。他可以多次应用循环移位。例如,连续对单词 \\\"abracadabra\\\" ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ s $ be a string of length $ n $, where $ 1 \\leq n \\leq 50 $, consisting of lowercase English letters.\n\nDefine the cyclic shift operation as: \nFor a string $ s = s_0 s_1 \\dots s_{n-1} $, the cyc...",
"is_translate": false,
"language": "Formal"
}
]
}