Friday, January 24, 2014

SPOJ 13651. Check

The problem statement
http://www.spoj.com/problems/KNGCHECK/

This is another great task of implementation. We ned to loop all over the board and check for every single white figure and check all the cells that figure can attack and the output the answer accordingly. Make sure o check the source code for some details.


       DOWNLOAD THE FULL SOURCE CODE

No comments:

Post a Comment