API Response (JSON)
{
"problem": {
"name": "Logical Expression",
"description": {
"content": "Given are $N$ strings $S_1,\\ldots,S_N$, each of which is `AND` or `OR`. Find the number of tuples of $N+1$ variables $(x_0,\\ldots,x_N)$, where each element is $\\text{True}$ or $\\text{False}$, such tha",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc189_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are $N$ strings $S_1,\\ldots,S_N$, each of which is `AND` or `OR`.\nFind the number of tuples of $N+1$ variables $(x_0,\\ldots,x_N)$, where each element is $\\text{True}$ or $\\text{False}$, such tha...",
"is_translate": false,
"language": "English"
}
]
}