Don't be late

AtCoder
IDabc177_a
Time2000ms
Memory256MB
Difficulty
Takahashi is meeting up with Aoki. They have planned to meet at a place that is $D$ meters away from Takahashi's house in $T$ minutes from now. Takahashi will leave his house now and go straight to the place at a speed of $S$ meters per minute. Will he arrive in time? ## Constraints * $1 \leq D \leq 10000$ * $1 \leq T \leq 10000$ * $1 \leq S \leq 10000$ * All values in input are integers. ## Input Input is given from Standard Input in the following format: $D$ $T$ $S$ [samples]
Samples
Input #1
1000 15 80
Output #1
Yes

It takes $12.5$ minutes to go $1000$ meters to the place at a speed of $80$ meters per minute. They have planned to meet in $15$ minutes so he will arrive in time.
Input #2
2000 20 100
Output #2
Yes

It takes $20$ minutes to go $2000$ meters to the place at a speed of $100$ meters per minute. They have planned to meet in $20$ minutes so he will arrive just on time.
Input #3
10000 1 1
Output #3
No

He will be late.
API Response (JSON)
{
  "problem": {
    "name": "Don't be late",
    "description": {
      "content": "Takahashi is meeting up with Aoki. They have planned to meet at a place that is $D$ meters away from Takahashi's house in $T$ minutes from now. Takahashi will leave his house now and go straight to th",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc177_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "Takahashi is meeting up with Aoki.\nThey have planned to meet at a place that is $D$ meters away from Takahashi's house in $T$ minutes from now.\nTakahashi will leave his house now and go straight to th...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments