Air Conditioner

AtCoder
IDabc174_a
Time2000ms
Memory256MB
Difficulty
You will turn on the air conditioner if, and only if, the temperature of the room is $30$ degrees Celsius or above. The current temperature of the room is $X$ degrees Celsius. Will you turn on the air conditioner? ## Constraints * $-40 \leq X \leq 40$ * $X$ is an integer. ## Input Input is given from Standard Input in the following format: $X$ [samples]
Samples
Input #1
25
Output #1
No
Input #2
30
Output #2
Yes
API Response (JSON)
{
  "problem": {
    "name": "Air Conditioner",
    "description": {
      "content": "You will turn on the air conditioner if, and only if, the temperature of the room is $30$ degrees Celsius or above. The current temperature of the room is $X$ degrees Celsius. Will you turn on the air",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc174_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "You will turn on the air conditioner if, and only if, the temperature of the room is $30$ degrees Celsius or above.\nThe current temperature of the room is $X$ degrees Celsius. Will you turn on the air...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments