#include void main(void){ int a = 0 , b = 0 , c = 0; scanf("%d %d %d",&a,&b,&c); if(a/c <= b){ printf("Yes"); }else{ printf("No"); } }