Контрольная работа: Решение задачи о 8 ферзях
<br><h2>Решения (всего 92):</h2><br>\n\
<table border=\ «0\» width=\ «100%%\» cellspacing=\ «0\» cellpadding=\ «0\">\n»);
}
void close()
{
if (! opened)
{
cout << «That's all. Enjoy…»;
getch();
} else
{
fprintf_s (result, «</table> *Эта страница была сгенерирована курсовой программой студента гр. КИ-06–7 Парченко П.В.»);
WinExec («explorer \ «queens.htm\"», SW_SHOW);
fclose(result);
}
}
int main()
{
init();
count=1;
put_queen(0);
close();
return 0;
}