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