API Response (JSON)
{
"problem": {
"name": "Ternary Strings",
"description": {
"content": "Given are integers $N$ and $L$. Find a tuple of $3N$ strings $(S_1,S_2,\\cdots,S_{3N})$ that satisfies all of the following conditions. * $S_i$ is a string of length $L$ consisting of `0`, `1`, `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": "arc127_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are integers $N$ and $L$. Find a tuple of $3N$ strings $(S_1,S_2,\\cdots,S_{3N})$ that satisfies all of the following conditions.\n\n* $S_i$ is a string of length $L$ consisting of `0`, `1`, `2`....",
"is_translate": false,
"language": "English"
}
]
}