API Response (JSON)
{
"problem": {
"name": "A. Mahmoud and Longest Uncommon Subsequence",
"description": {
"content": "While Mahmoud and Ehab were practicing for IOI, they found a problem which name was Longest common subsequence. They solved it, and then Ehab challenged Mahmoud with another problem. Given two string",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF766A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "While Mahmoud and Ehab were practicing for IOI, they found a problem which name was Longest common subsequence. They solved it, and then Ehab challenged Mahmoud with another problem.\n\nGiven two string...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "当 Mahmoud 和 Ehab 在为 IOI 练习时,他们遇到了一个名为“最长公共子序列”的问题。他们解决了它,然后 Ehab 给 Mahmoud 提出了另一个问题。\n\n给定两个字符串 #cf_span[a] 和 #cf_span[b],求它们的最长不公共子序列的长度,即最长的字符串,它是其中一个字符串的子序列,但不是另一个字符串的子序列。\n\n某个字符串的子序列是指按相同顺序出现在该字符串中的字...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Let $ a $ and $ b $ be two non-empty strings over the lowercase English alphabet.\n\nDefine:\n- $ \\text{Sub}(s) $: the set of all subsequences of string $ s $.\n- An *uncommon subsequence* of $ a $ and $ ...",
"is_translate": false,
"language": "Formal"
}
]
}