API Response (JSON)
{
"problem": {
"name": "Integer Product",
"description": {
"content": "You are given $N$ real values $A_1, A_2, \\ldots, A_N$. Compute the number of pairs of indices $(i, j)$ such that $i < j$ and the product $A_i \\cdot A_j$ is integer.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc047_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ real values $A_1, A_2, \\ldots, A_N$. Compute the number of pairs of indices $(i, j)$ such that $i < j$ and the product $A_i \\cdot A_j$ is integer.\n\n## Constraints\n\n* $2 \\leq N \\leq...",
"is_translate": false,
"language": "English"
}
]
}