[语言月赛202208] 大小比较

Luogu
IDLGB3649
Time1000ms
Memory128MB
DifficultyP1
2022分支结构语言月赛
给出整数 $a,b$,若 $a \le b$,输出 `YE5`,否则输出 `N0`(第二个字符为阿拉伯数字)。 ## Input 输入一行两个整数 $a,b$。 ## Output 输出一行,为你的答案。 [samples] ## Note 对于 $100\%$ 的数据,$0 \le a,b \le 10^5$。
Samples
Input #1
3 5
Output #1
YE5
Input #2
5 3
Output #2
N0
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"
    }
  ]
}
Full JSON Raw Segments