API Response (JSON)
{
"problem": {
"name": "Reverse and Rotate",
"description": {
"content": "给定一个字符串 $S$ 和 $n$ 次操作,每次操作为以下 $3$ 种形式之一: 1. `< x` 表示将 $S$ 向左循环移动 $x$ 位。例如:$\\mathtt{abcde}$ 执行 `< 2` 后变成 $\\mathtt{cdeab}$。 2. `> x` 表示将 $S$ 向右循环移动 $x$ 位。例如:$\\mathtt{abcde}$ 执行 `> 2` 后变成 $\\mathtt{deab",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10058"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个字符串 $S$ 和 $n$ 次操作,每次操作为以下 $3$ 种形式之一:\n\n1. `< x` 表示将 $S$ 向左循环移动 $x$ 位。例如:$\\mathtt{abcde}$ 执行 `< 2` 后变成 $\\mathtt{cdeab}$。\n\n2. `> x` 表示将 $S$ 向右循环移动 $x$ 位。例如:$\\mathtt{abcde}$ 执行 `> 2` 后变成 $\\mathtt{deab...",
"is_translate": false,
"language": "English"
}
]
}