1*9a7741deSElliott Hughes{ if($1>1000) print "yes" 2*9a7741deSElliott Hughes else print "no" 3*9a7741deSElliott Hughes} 4