5 0 3 2 8 12
6 Six pairs of integers, $(i,j)=(1,2),(1,3),(1,4),(1,5),(2,5),(3,4)$, satisfy the conditions. For example, $A_2A_5=36$, and $36$ is a square number, so the pair $(i,j)=(2,5)$ satisfies the conditions.
8 2 2 4 6 3 100 100 25
7
{
"problem": {
"name": "Square Pair",
"description": {
"content": "You are given a sequence of non-negative integers $A=(A_1,\\ldots,A_N)$ of length $N$. Find the number of pairs of integers $(i,j)$ that satisfy both of the following conditions: * $1\\leq i < j\\leq ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc342_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence of non-negative integers $A=(A_1,\\ldots,A_N)$ of length $N$. Find the number of pairs of integers $(i,j)$ that satisfy both of the following conditions:\n\n* $1\\leq i < j\\leq ...",
"is_translate": false,
"language": "English"
}
]
}