#include #include #include "nQueenPuzzle.h" using namespace std; int main() { cout << "See Programming Exercise 17" << endl; return 0; }