API Response (JSON)
{
"problem": {
"name": "E. Liner vectors",
"description": {
"content": "Given you two integers $N$,$K$,you need to construct a set of $N$-dimensional vectors of size $N$.Each dimension of each vector can only be $0$ or $1$. And for a vector, its sum of all dimensions is $",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10280E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given you two integers $N$,$K$,you need to construct a set of $N$-dimensional vectors of size $N$.Each dimension of each vector can only be $0$ or $1$. And for a vector, its sum of all dimensions is $...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z}^+ $ be the length of the string $ S $. \nLet $ SA = (sa_1, sa_2, \\dots, sa_n) $ be the suffix array, where $ sa_i \\in \\{1, \\dots, n\\} $ are distinct and repres...",
"is_translate": false,
"language": "Formal"
}
]
}