API Response (JSON)
{
"problem": {
"name": "F. String Set Queries",
"description": {
"content": "You should process _m_ queries over a set _D_ of strings. Each query is one of three kinds: 1. Add a string _s_ to the set _D_. It is guaranteed that the string _s_ was not added before. 2. Delete ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 3000,
"memory_limit": 786432
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF710F"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You should process _m_ queries over a set _D_ of strings. Each query is one of three kinds:\n\n1. Add a string _s_ to the set _D_. It is guaranteed that the string _s_ was not added before.\n2. Delete ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你需要对一组字符串集合 #cf_span[D] 处理 #cf_span[m] 个查询。每个查询属于以下三种类型之一:\n\n请注意,你必须以 _在线_ 模式解决此问题。这意味着你不能一次性读取全部输入。你只能在输出上一个第三类查询的答案后,才能读取下一个查询。请在程序中每次输出后调用 _fflush_ 函数(C++)或 _BufferedWriter.flush_(Java)。\n\n第一行包含整数 #c...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ m \\in \\mathbb{Z} $ be the number of queries. \nLet $ D \\subseteq \\Sigma^* $ be a dynamic set of strings over $ \\Sigma = \\{a, b, \\dots, z\\} $, initially empty. \nLet $ Q = (q_1,...",
"is_translate": false,
"language": "Formal"
}
]
}