#include "fcpp.hh" #include const int board_size = 8; // globale Konstante typedef int columns[board_size]; // neuer Datentyp "columns" bool good_position (int new_row, columns queen_cols, int new_col) { for (int row=0; row