{"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 the place at a speed of $S$ meters per minute.\nWill he arrive in time?\n\n## Constraints\n\n*   $1 \\leq D \\leq 10000$\n*   $1 \\leq T \\leq 10000$\n*   $1 \\leq S \\leq 10000$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$D$ $T$ $S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc177_a","tags":[],"sample_group":[["1000 15 80","Yes\n\nIt 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."],["2000 20 100","Yes\n\nIt 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."],["10000 1 1","No\n\nHe will be late."]],"created_at":"2026-03-03 11:01:14"}}