API Response (JSON)
{
"problem": {
"name": "[JOI2025 预选赛 R1H1] OIJ",
"description": {
"content": "给定长度为 $N$ 的字符串 $S$,仅包含 $\\tt{J,O,I}$,三种字符,对字符串的每一个字符 $c$ 你需要做如下操作。 - 如果 $c=\\tt{J}$,那么 $c'$ 为 $\\tt{O}$ - 如果 $c=\\tt{O}$,那么 $c'$ 为 $\\tt{I}$ - 如果 $c=\\tt{I}$,那么 $c'$ 为 $\\tt{J}$ - 然后令 $c\\leftarrow c'$。 求操作",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 2000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4110"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定长度为 $N$ 的字符串 $S$,仅包含 $\\tt{J,O,I}$,三种字符,对字符串的每一个字符 $c$ 你需要做如下操作。\n\n- 如果 $c=\\tt{J}$,那么 $c'$ 为 $\\tt{O}$\n- 如果 $c=\\tt{O}$,那么 $c'$ 为 $\\tt{I}$\n- 如果 $c=\\tt{I}$,那么 $c'$ 为 $\\tt{J}$\n- 然后令 $c\\leftarrow c'$。\n\n求操作...",
"is_translate": false,
"language": "English"
}
]
}