API Response (JSON)
{
"problem": {
"name": "01 Inversion Expected",
"description": {
"content": "You are given a string $S$ of length $N$ consisting of `0` and `1`. We define an **inversion pair** as a pair of integers $(i, j)$ ($1 \\leq i < j \\leq N$) such that the $i$\\-th character of $S$ is `1`",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "awtf2024_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a string $S$ of length $N$ consisting of `0` and `1`. We define an **inversion pair** as a pair of integers $(i, j)$ ($1 \\leq i < j \\leq N$) such that the $i$\\-th character of $S$ is `1`...",
"is_translate": false,
"language": "English"
}
]
}