API Response (JSON)
{
"problem": {
"name": "Long Common Subsequence",
"description": {
"content": "You are given $3$ binary strings $S_1, S_2, S_3$, each containing exactly $N$ `0`'s and $N$ `1`'s. Find a binary string of length $2N+1$, which is a subsequence of all of the strings $S_1 + S_1, S_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": "agc052_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $3$ binary strings $S_1, S_2, S_3$, each containing exactly $N$ `0`'s and $N$ `1`'s.\nFind a binary string of length $2N+1$, which is a subsequence of all of the strings $S_1 + S_1, S_2 +...",
"is_translate": false,
"language": "English"
}
]
}