Candy Cookie Law

AtCoder
IDabc430_a
Time2000ms
Memory256MB
Difficulty
In AtCoder Country where Takahashi lives, there is a strange law that "a person who possesses $A$ or more candies must possess $B$ or more cookies." Takahashi possesses $C$ candies and $D$ cookies. Determine whether Takahashi is violating this law. ## Constraints * $1\leq A,B,C,D \leq 100$ * All input values are integers. ## Input The input is given from Standard Input in the following format: $A$ $B$ $C$ $D$ [samples]
Samples
Input #1
10 20 30 40
Output #1
No

In AtCoder Country, there is a law that "a person who possesses $10$ or more candies must possess $20$ or more cookies."
Takahashi possesses $30$ candies and $40$ cookies, so he is not violating this law.
Input #2
10 20 30 4
Output #2
Yes
Input #3
100 100 1 1
Output #3
No
API Response (JSON)
{
  "problem": {
    "name": "Candy Cookie Law",
    "description": {
      "content": "In AtCoder Country where Takahashi lives, there is a strange law that \"a person who possesses $A$ or more candies must possess $B$ or more cookies.\" Takahashi possesses $C$ candies and $D$ cookies. De",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc430_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "In AtCoder Country where Takahashi lives, there is a strange law that \"a person who possesses $A$ or more candies must possess $B$ or more cookies.\"\nTakahashi possesses $C$ candies and $D$ cookies. De...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments