real(8)::a,b,c read *,a,b,c if ( (REAL(CEILING(a/b))*2.0/3.0).ge.REAL(CEILING(a/c)) ) then print '(a)', "YES" else print '(a)', "NO" end if end