int main(){ int a,b,c; scanf("%d%d%d",&a,&b,&c); b=1+--a/b;c=1+a/c; puts(c>b*2/3?"NO":"YES"); return 0; }