program ostriv; {$APPTYPE CONSOLE} var a,k,S :integer; begin; readln(a,k,s); if S*k<=a*a then writeln('yes') else writeln('no'); readln; end.