API Response (JSON)
{
"problem": {
"name": "[ICPC 2024 Xi'an I] Triangle",
"description": {
"content": "There are three points $A(a, 0)$, $B(0, b)$, $C(0, 0)$ in the plane rectangular coordinate system. Define the size of triangle $ABC$ as the number of squares that belong to it. For inte",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P3"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGP10562"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are three points $A(a, 0)$, $B(0, b)$, $C(0, 0)$ in the plane rectangular coordinate system. Define the size of triangle $ABC$ as the number of squares that belong to it.\n \n \n \nFor inte...",
"is_translate": false,
"language": "English"
}
]
}