Search found 1 match

by deepakaggarwal
Fri Sep 09, 2016 6:28 am
Forum: Volume 111 (11100-11199)
Topic: 11195 - Another n-Queen Problem
Replies: 24
Views: 20109

Re: 11195 - Another n-Queen Problem

Hello !
I am not able to identify the error I am making. I have read most web resources and spent 4 days on one problem. Please help.and see to it. Judge give WA verdict.

#include <cstdio>
#include <cmath>
#include <cstring>
#include <bitset>
#include <iostream>
using std::abs;
using std::bitset ...

Go to advanced search