摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; char c[10][20]; int data[10][20],idx[10][20],k,score; struct Node{ int x,y, 阅读全文
posted @ 2021-08-03 21:26 智人心 阅读(44) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstring> #include<cstdio> using namespace std; const int maxn = 105; int a[maxn][maxn][2]; int n,data[ 阅读全文
posted @ 2021-08-03 15:08 智人心 阅读(58) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> using namespace std; int d[11],n,s,visit[50]; bool dfs(int num){ int i,j,wid 阅读全文
posted @ 2021-08-03 00:54 智人心 阅读(73) 评论(0) 推荐(0)