Poj-2312 Battle City

#include<stdio.h> #include<string.h> #include<queue> using namespace std; #define MAX 1100 char map[MAX][MAX]; int vis[MAX][MAX]; int x1,x2,y1,y2; int n,m; struct node { int a; int b; int cost; fr
相關文章
相關標籤/搜索