API Response (JSON)
{
"problem": {
"name": "Orthogonality",
"description": {
"content": "Given are two $N$\\-dimensional vectors $A = (A_1, A_2, A_3, \\dots, A_N)$ and $B = (B_1, B_2, B_3, \\dots, B_N)$. Determine whether the inner product of $A$ and $B$ is $0$. In other words, determine",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc188_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are two $N$\\-dimensional vectors $A = (A_1, A_2, A_3, \\dots, A_N)$ and $B = (B_1, B_2, B_3, \\dots, B_N)$. \nDetermine whether the inner product of $A$ and $B$ is $0$. \nIn other words, determine...",
"is_translate": false,
"language": "English"
}
]
}