API Response (JSON)
{
"problem": {
"name": "Sum of Numbers Greater Than Me",
"description": {
"content": "You are given a sequence $A=(A_1,\\ldots,A_N)$ of length $N$. For each $i=1,\\ldots,N$, solve the following problem. Problem: Find the sum of all elements in $A$ that are greater than $A_i$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc331_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence $A=(A_1,\\ldots,A_N)$ of length $N$.\nFor each $i=1,\\ldots,N$, solve the following problem.\nProblem: Find the sum of all elements in $A$ that are greater than $A_i$.\n\n## Constra...",
"is_translate": false,
"language": "English"
}
]
}