API Response (JSON)
{
"problem": {
"name": "[厦门小学生 C++ 2024] 纸牌游戏",
"description": {
"content": "A 和 B 手中只有一种花色的纸牌,其中的点数分别为 $1,2,3,4,5,6,7,8,9,10,11,12,13$。他们的大小规则如下所示: $$2<3<4<5<6<7<8<9<10<11<12<13<1$$ A 和 B 各出手一次,一张牌定胜负。若 A 胜,则输出 `Awesome`,若 B 胜,则输出 `Brilliant`,若平局,则输出 `Draw`。",
"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": "LGB4178"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A 和 B 手中只有一种花色的纸牌,其中的点数分别为 $1,2,3,4,5,6,7,8,9,10,11,12,13$。他们的大小规则如下所示:\n\n$$2<3<4<5<6<7<8<9<10<11<12<13<1$$\n\nA 和 B 各出手一次,一张牌定胜负。若 A 胜,则输出 `Awesome`,若 B 胜,则输出 `Brilliant`,若平局,则输出 `Draw`。\n\n## Input\n\n两个整数...",
"is_translate": false,
"language": "English"
}
]
}