11.07.2015 Views

Here - 1000 BiT

Here - 1000 BiT

Here - 1000 BiT

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

1 REM *** EIGHT QUEENS ***2 GOTO <strong>1000</strong>100 REM MAIN LOOP115 M=R(IJ120 M=M+1 :IF M=9 THEN GOSUB B00:GOTO 115130IFB(I,M)=0THEN700140 GOTO 120200 REM201 REM UPDATE ATTACKED SQUARES202 REM210 FOR L=1 TO 8215B(I.L)=B(I,L)+D220 B(LJ)-B(LJ)+D225 NEXT L500 REM501 REM DIAGONAL502 REM510 FOR K=1 TO 8515X=I+K520 IF X>8 THEN 530522 Y=J+K:IF Y>8 THEN 525523 B(X,Y)=B(X,Y)+D525 Y=J-K:IF Y

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!