API Response (JSON)
{
"problem": {
"name": "Regular Triangle Inside a Rectangle",
"description": {
"content": "Find the maximum side length of a regular triangle that can be drawn within a rectangle whose side lengths are $A$ and $B$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc292_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Find the maximum side length of a regular triangle that can be drawn within a rectangle whose side lengths are $A$ and $B$.\n\n## Constraints\n\n* $1 \\leq A,B \\leq 1000$\n* $A$ and $B$ are integers.\n\n#...",
"is_translate": false,
"language": "English"
}
]
}