摘要:
#include<bits/stdc++.h> using namespace std; int n; int a[4][27]; int b[4][27]; int m[27]; int search(int l) { for(int i=0;i<10;i++) { m[l]=i; for(int 阅读全文
摘要:
#include<bits/stdc++.h>using namespace std;int k[201];int h[10001];//队列 int p[10001];//记录按第几次 int c[201];//标记是否走过 int n,a,b;int bfs(){ int head=0,tail 阅读全文