API Response (JSON)
{
"problem": {
"name": "Not Too Hard",
"description": {
"content": "There is a programming contest with $N$ problems. For each $i = 1, 2, \\ldots, N$, the score for the $i$\\-th problem is $S_i$. Print the total score for all problems with a score of $X$ or less.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc328_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a programming contest with $N$ problems. For each $i = 1, 2, \\ldots, N$, the score for the $i$\\-th problem is $S_i$.\nPrint the total score for all problems with a score of $X$ or less.\n\n## Co...",
"is_translate": false,
"language": "English"
}
]
}