AC or WA

AtCoder
IDabc152_a
Time2000ms
Memory256MB
Difficulty
Takahashi is participating in a programming contest, AXC001. He has just submitted his code to Problem A. The problem has $N$ test cases, all of which must be passed to get an AC verdict. Takahashi's submission has passed $M$ cases out of the $N$ test cases. Determine whether Takahashi's submission gets an AC. ## Constraints * $1 \leq N \leq 100$ * $0 \leq M \leq N$ * All values in input are integers. ## Input Input is given from Standard Input in the following format: $N$ $M$ [samples]
Samples
Input #1
3 3
Output #1
Yes

All three test cases have been passed, so his submission gets an AC.
Input #2
3 2
Output #2
No

Only two out of the three test cases have been passed, so his submission does not get an AC.
Input #3
1 1
Output #3
Yes
API Response (JSON)
{
  "problem": {
    "name": "AC or WA",
    "description": {
      "content": "Takahashi is participating in a programming contest, AXC001. He has just submitted his code to Problem A.   The problem has $N$ test cases, all of which must be passed to get an AC verdict.   Takahash",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc152_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "Takahashi is participating in a programming contest, AXC001. He has just submitted his code to Problem A.  \nThe problem has $N$ test cases, all of which must be passed to get an AC verdict.  \nTakahash...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments