API Response (JSON)
{
"problem": {
"name": "Triangle",
"description": {
"content": "Given is an integer $S$. Find a combination of six integers $X_1,Y_1,X_2,Y_2,X_3,$ and $Y_3$ that satisfies all of the following conditions: * $0 \\leq X_1,Y_1,X_2,Y_2,X_3,Y_3 \\leq 10^9$ * The are",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc036_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is an integer $S$. Find a combination of six integers $X_1,Y_1,X_2,Y_2,X_3,$ and $Y_3$ that satisfies all of the following conditions:\n\n* $0 \\leq X_1,Y_1,X_2,Y_2,X_3,Y_3 \\leq 10^9$\n* The are...",
"is_translate": false,
"language": "English"
}
]
}