lanqiao 1508 N皇后问题

This commit is contained in:
2025-04-11 11:36:34 +08:00
parent 86dc81ea84
commit fea4aee6ab

View File

@@ -1,4 +1,4 @@
// lanqiao1508 N皇后问题 // lanqiao 1508 N皇后问题
#include<bits/stdc++.h> #include<bits/stdc++.h>
using namespace std; using namespace std;
const int N = 15; const int N = 15;