UVa 532 - Dungeon Master(二)

2014-11-24 09:52:26 · 作者: · 浏览: 1
}
}
if(i!=6)
{
return sum[zend][xend][yend];
}
}
return -1;
}