API Response (JSON)
{
"problem": {
"name": "[语言月赛 202411] Legends Never Die",
"description": {
"content": "在《迪迪卫》中,每位英雄拥有战力 $A$,坦度 $B$,担当 $C$。 小 Z 有一个评估参数 $K$,他将使用 $A, B, C$ 评价一位英雄: - 如果 $A+B\\ge K$,则这位英雄是**全能王**。 - 如果 $A+C\\ge K$,则这位英雄是**主力骨**。 - 如果 $B+C\\ge K$,则这位英雄是**可靠者**。 给你一位英雄的三个数值与评估参数,请你依次判断这位英雄是否",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4053"
},
"statements": [
{
"statement_type": "Markdown",
"content": "在《迪迪卫》中,每位英雄拥有战力 $A$,坦度 $B$,担当 $C$。\n\n小 Z 有一个评估参数 $K$,他将使用 $A, B, C$ 评价一位英雄:\n\n- 如果 $A+B\\ge K$,则这位英雄是**全能王**。\n- 如果 $A+C\\ge K$,则这位英雄是**主力骨**。\n- 如果 $B+C\\ge K$,则这位英雄是**可靠者**。\n\n给你一位英雄的三个数值与评估参数,请你依次判断这位英雄是否...",
"is_translate": false,
"language": "English"
}
]
}