#include using namespace std; signed main(){ int a,b,c;cin>>a>>b>>c; int AN=(b-1)/a+1,CN=(b-1)/c+1; cout<<(AN*2>=CN*3?"YES":"NO")<