API Response (JSON)
{
"problem": {
"name": "Square Inequality",
"description": {
"content": "You are given integers $A$, $B$, and $C$. Determine whether $A^2 + B^2 < C^2$ holds.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc199_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $A$, $B$, and $C$. \nDetermine whether $A^2 + B^2 < C^2$ holds.\n\n## Constraints\n\n* $0 \\le A \\le 1000$\n* $0 \\le B \\le 1000$\n* $0 \\le C \\le 1000$\n* $A$, $B$, and $C$ are i...",
"is_translate": false,
"language": "English"
}
]
}