API Response (JSON)
{
"problem": {
"name": "Product Equality",
"description": {
"content": "You are given $N$ integers $A_1, A_2, \\dots, A_N$. Find the number of triples of integers $(i, j, k)$ that satisfy the following conditions: * $1 \\le i, j, k \\le N$ * $A_i \\times A_j = A_k$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc339_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ integers $A_1, A_2, \\dots, A_N$. \nFind the number of triples of integers $(i, j, k)$ that satisfy the following conditions:\n\n* $1 \\le i, j, k \\le N$\n* $A_i \\times A_j = A_k$\n\n##...",
"is_translate": false,
"language": "English"
}
]
}