摘要:
/*第一种方法 #include <iostream>#include <stdio.h>using namespace std;const int N=20;char p[N][N];int res;bool nul[N],dg[N],udg[N];int n;void dfs(int u){ i 阅读全文
posted @ 2021-11-05 19:06
小白QIU
阅读(89)
评论(0)
推荐(0)
摘要:
#include <iostream>#include <stdio.h>#include <algorithm>using namespace std;const int N=10010;int a[N],p[N];int n;int main(){ cin>>n; for(int i=0;i<n 阅读全文
posted @ 2021-11-05 10:16
小白QIU
阅读(27)
评论(0)
推荐(0)