API Response (JSON)
{
"problem": {
"name": "B. Obtaining the String",
"description": {
"content": "You are given two strings $s$ and $t$. Both strings have length $n$ and consist of lowercase Latin letters. The characters in the strings are numbered from $1$ to $n$. You can successively perform th",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF1015B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given two strings $s$ and $t$. Both strings have length $n$ and consist of lowercase Latin letters. The characters in the strings are numbered from $1$ to $n$.\n\nYou can successively perform th...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你被给予两个字符串 $s$ 和 $t$。两个字符串长度均为 $n$,且均由小写拉丁字母组成。字符串中的字符编号从 $1$ 到 $n$。\n\n你可以任意次数(可能为零次)依次执行以下操作:\n\n你不能对字符串 $t$ 应用任何操作。所有操作均作用于字符串 $s$,并依次进行。\n\n你的任务是通过这些操作将字符串 $s$ 变为字符串 $t$。请找出一种在不超过 $10^4$ 次操作内完成变换的方法。\n\n_你...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the length of strings $ s $ and $ t $. \nLet $ s = (s_1, s_2, \\dots, s_n) $, $ t = (t_1, t_2, \\dots, t_n) $ be strings over the alphabet of lowercase Lati...",
"is_translate": false,
"language": "Formal"
}
]
}