API Response (JSON)
{
"problem": {
"name": "Product Modulo",
"description": {
"content": "Let’s take a prime $P = 200\\,003$. You are given $N$ integers $A_1, A_2, \\ldots, A_N$. Find the sum of $((A_i \\cdot A_j) \\bmod P)$ over all $N \\cdot (N-1) / 2$ unordered pairs of elements ($i < j$). P",
"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_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let’s take a prime $P = 200\\,003$. You are given $N$ integers $A_1, A_2, \\ldots, A_N$. Find the sum of $((A_i \\cdot A_j) \\bmod P)$ over all $N \\cdot (N-1) / 2$ unordered pairs of elements ($i < j$).\nP...",
"is_translate": false,
"language": "English"
}
]
}