API Response (JSON)
{
"problem": {
"name": "Discrete Logarithm Problems",
"description": {
"content": "You are given $N$ integers $A_1,\\ldots,A_N$ and a prime number $P$. Find the number of pairs of integers $(i,j)$ that satisfy both of the following conditions: * $1 \\leq i,j \\leq N$; * There is a",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc335_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given $N$ integers $A_1,\\ldots,A_N$ and a prime number $P$. Find the number of pairs of integers $(i,j)$ that satisfy both of the following conditions:\n\n* $1 \\leq i,j \\leq N$;\n* There is a...",
"is_translate": false,
"language": "English"
}
]
}