API Response (JSON)
{
"problem": {
"name": "Sum of Three Integers",
"description": {
"content": "You are given an integer sequence $A = (A_1, A_2, \\dots, A_N)$ and an integer $X$. Print one triple of integers $(i, j, k)$ satisfying all of the following conditions. If no such triple exists, repo",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc185_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given an integer sequence $A = (A_1, A_2, \\dots, A_N)$ and an integer $X$. \nPrint one triple of integers $(i, j, k)$ satisfying all of the following conditions. If no such triple exists, repo...",
"is_translate": false,
"language": "English"
}
]
}