ADAROKS2 testcases

Can any one explian the test case for following problem
[https://www.codechef.com/MAY19B/problems/ADAROKS2[https://www.codechef.com/MAY19B/problems/ADAROKS2]

1 Like

N is 100
so there is a 100x100 board and you need to place at least 8N i.e 800 rooks on it
such that no four rooks will form a rectangle
in the output they have given just top left 4x4 part of board. Rest of the output is not given.
Hence you need to print complete board and not like they have shown in the sample test case

yes, it would be funny if someone submits a code that outputs something like sample output :slight_smile:
We don’t want to fill your screen with strange characters. It was intended that contestants must discover how to fill the remaining characters.

4 Likes

you should give some more output to this problem

1 Like

It would reveal the answer to the problem .So the question setter cropped it . It is an interesting problem .The questions of this MAY long is very good . Problem setter worked very hard.

12 Likes

This post was flagged by the community and is temporarily hidden.

2 Likes