杭电1253

#include 
#include 
#include 
#include 
using namespace std;
int a,b,c,t,temp[100][100][100];
int visit[100][100][100];
int dir[6][3]={{0,0,1},{0,0,-1},{0,1,0},{0,-1,0},{1,0,0},{-1,0,0}};
int time;
struct stu
{
    int x,y,z,s;
};
void BFS()
{
    queueFind;
    memset(visit,0,sizeof(visit));
    stu x,y;
    x.x=0;
    x.y=0;
    x.z=0;
    x.s=0;
    Find.push(x);
    visit[x.x][x.y][x.z]=1;
    while(Find.size())
    {
        x=Find.front();
        Find.pop();
        if(x.x==a-1&&x.y==b-1&&x.z==c-1)
        {
            time=x.s;
            return;
        }
        else
        {
            for(int i=0;i<=5;i++)
            {
                y.x=x.x+dir[i][0];
                y.y=x.y+dir[i][1];
                y.z=x.z+dir[i][2];
                y.s=x.s+1;
                if(y.x>=0&&y.x=0&&y.y=0&&y.z>T;
    while(T--)
    {
        time=-1;
        cin>>a>>b>>c>>t;
        for(i=0;i<=a-1;i++)
        {
            for(j=0;j<=b-1;j++)
            {
                for(k=0;k<=c-1;k++)
                    scanf("%d",&temp[i][j][k]);
            }
        }
        if(a+b+c-3>t||temp[a-1][b-1][c-1])
        {
            cout<<"-1"<

你可能感兴趣的:(广搜)