CodeForces - 1105D 多源搜索
摘要:
#include using namespace std; typedef long long ll; struct node{ int x,y; ll setp; }; queue Q,border[10]; const int maxn=1005; char a[maxn][maxn]; int vis[maxn][maxn]; int n,m,p; ll ans[10],s... 阅读全文
posted @ 2019-03-01 16:27 欣崽 阅读(574) 评论(0) 推荐(0)
浙公网安备 33010602011771号