API Response (JSON)
{
"problem": {
"name": "[语言月赛202208] 大小比较",
"description": {
"content": "给出整数 $a,b$,若 $a \\le b$,输出 `YE5`,否则输出 `N0`(第二个字符为阿拉伯数字)。 ",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3649"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给出整数 $a,b$,若 $a \\le b$,输出 `YE5`,否则输出 `N0`(第二个字符为阿拉伯数字)。\n\n## Input\n\n输入一行两个整数 $a,b$。\n\n## Output\n\n输出一行,为你的答案。\n\n[samples]\n\n## Note\n\n对于 $100\\%$ 的数据,$0 \\le a,b \\le 10^5$。...",
"is_translate": false,
"language": "English"
}
]
}