API Response (JSON)
{
"problem": {
"name": "Kleene Inversion",
"description": {
"content": "We have a sequence of $N$ integers $A~=~A_0,~A_1,~...,~A_{N - 1}$. Let $B$ be a sequence of $K \\times N$ integers obtained by concatenating $K$ copies of $A$. For example, if $A~=~1,~3,~2$ and $K~=~2$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "jsc2019_qual_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a sequence of $N$ integers $A~=~A_0,~A_1,~...,~A_{N - 1}$.\nLet $B$ be a sequence of $K \\times N$ integers obtained by concatenating $K$ copies of $A$. For example, if $A~=~1,~3,~2$ and $K~=~2$...",
"is_translate": false,
"language": "English"
}
]
}