{"raw_statement":[{"iden":"problem statement","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?"},{"iden":"constraints","content":"*   $1 \\leq D \\leq 10000$\n*   $1 \\leq T \\leq 10000$\n*   $1 \\leq S \\leq 10000$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$D$ $T$ $S$"},{"iden":"sample input 1","content":"1000 15 80"},{"iden":"sample output 1","content":"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."},{"iden":"sample input 2","content":"2000 20 100"},{"iden":"sample output 2","content":"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."},{"iden":"sample input 3","content":"10000 1 1"},{"iden":"sample output 3","content":"No\n\nHe will be late."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}