#include #include using namespace std; int main(){ long long int n,k,t; cin >> n >> k >> t; if(abs(n)<=k*t) cout << "Yes" <