API Response (JSON)
{
"problem": {
"name": "Sqrt Inequality",
"description": {
"content": "Does $\\sqrt{a} + \\sqrt{b} < \\sqrt{c}$ hold?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "panasonic2020_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Does $\\sqrt{a} + \\sqrt{b} < \\sqrt{c}$ hold?\n\n## Constraints\n\n* $1 \\leq a, b, c \\leq 10^9$\n* All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:...",
"is_translate": false,
"language": "English"
}
]
}