0_0_21600799_20293.cpp:27:29: error: stray '#' in program
if(s[zz][xx][yy]=='P'){
^
0_0_21600799_20293.cpp:27:35: error: stray '#' in program
if(s[zz][xx][yy]=='P'){
^
0_0_21600799_20293.cpp:32:59: error: stray '#' in program
if(tx<0||tx>=n||ty<0||ty>=m||s[tz][tx][ty]=='*')continue;
^
0_0_21600799_20293.cpp:32:65: error: stray '#' in program
if(tx<0||tx>=n||ty<0||ty>=m||s[tz][tx][ty]=='*')continue;
^
0_0_21600799_20293.cpp:33:33: error: stray '#' in program
if(s[tz][tx][ty]=='#'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:33:37: error: stray '#' in program
if(s[tz][tx][ty]=='#'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:33:39: error: stray '#' in program
if(s[tz][tx][ty]=='#'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:36:38: error: stray '#' in program
if(s[tz][tx][ty]=='#'|| s[tz][tx][ty]=='*'){ tz=change(tz); s[tz][tx][ty]='*'; continue ; }
^
0_0_21600799_20293.cpp:36:42: error: stray '#' in program
if(s[tz][tx][ty]=='#'|| s[tz][tx][ty]=='*'){ tz=change(tz); s[tz][tx][ty]='*'; continue ; }
^
0_0_21600799_20293.cpp:36:44: error: stray '#' in program
if(s[tz][tx][ty]=='#'|| s[tz][tx][ty]=='*'){ tz=change(tz); s[tz][tx][ty]='*'; continue ; }
^
0_0_21600799_20293.cpp:36:67: error: stray '#' in program
if(s[tz][tx][ty]=='#'|| s[tz][tx][ty]=='*'){ tz=change(tz); s[tz][tx][ty]='*'; continue ; }
^
0_0_21600799_20293.cpp:36:73: error: stray '#' in program
if(s[tz][tx][ty]=='#'|| s[tz][tx][ty]=='*'){ tz=change(tz); s[tz][tx][ty]='*'; continue ; }
^
0_0_21600799_20293.cpp:36:112: error: stray '#' in program
if(s[tz][tx][ty]=='#'|| s[tz][tx][ty]=='*'){ tz=change(tz); s[tz][tx][ty]='*'; continue ; }
^
0_0_21600799_20293.cpp:36:118: error: stray '#' in program
if(s[tz][tx][ty]=='#'|| s[tz][tx][ty]=='*'){ tz=change(tz); s[tz][tx][ty]='*'; continue ; }
^
0_0_21600799_20293.cpp:45:38: error: stray '#' in program
else if(s[tz][tx][ty]=='.'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:45:44: error: stray '#' in program
else if(s[tz][tx][ty]=='.'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:55:38: error: stray '#' in program
else if(s[tz][tx][ty]=='P'){
^
0_0_21600799_20293.cpp:55:44: error: stray '#' in program
else if(s[tz][tx][ty]=='P'){
^
0_0_21600799_20293.cpp:77:21: error: stray '#' in program
s[0][0][0]='*';
^
0_0_21600799_20293.cpp:77:27: error: stray '#' in program
s[0][0][0]='*';
^
0_0_21600799_20293.cpp: In function 'int bfs()':
0_0_21600799_20293.cpp:27:30: error: lvalue required as unary '&' operand
if(s[zz][xx][yy]=='P'){
^
0_0_21600799_20293.cpp:27:32: error: expected ')' before ';' token
if(s[zz][xx][yy]=='P'){
^
0_0_21600799_20293.cpp:27:33: error: 'P' was not declared in this scope
if(s[zz][xx][yy]=='P'){
^
0_0_21600799_20293.cpp:27:39: error: expected primary-expression before ')' token
if(s[zz][xx][yy]=='P'){
^
0_0_21600799_20293.cpp:32:60: error: lvalue required as unary '&' operand
if(tx<0||tx>=n||ty<0||ty>=m||s[tz][tx][ty]=='*')continue;
^
0_0_21600799_20293.cpp:32:62: error: expected ')' before ';' token
if(tx<0||tx>=n||ty<0||ty>=m||s[tz][tx][ty]=='*')continue;
^
0_0_21600799_20293.cpp:32:66: error: lvalue required as unary '&' operand
if(tx<0||tx>=n||ty<0||ty>=m||s[tz][tx][ty]=='*')continue;
^
0_0_21600799_20293.cpp:32:69: error: expected primary-expression before ')' token
if(tx<0||tx>=n||ty<0||ty>=m||s[tz][tx][ty]=='*')continue;
^
0_0_21600799_20293.cpp:33:34: error: lvalue required as unary '&' operand
if(s[tz][tx][ty]=='#'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:33:36: error: expected ')' before ';' token
if(s[tz][tx][ty]=='#'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:33:40: error: lvalue required as unary '&' operand
if(s[tz][tx][ty]=='#'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:33:45: error: expected identifier before '!' token
if(s[tz][tx][ty]=='#'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:45:14: error: 'else' without a previous 'if'
else if(s[tz][tx][ty]=='.'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:45:39: error: lvalue required as unary '&' operand
else if(s[tz][tx][ty]=='.'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:45:41: error: expected ')' before ';' token
else if(s[tz][tx][ty]=='.'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:45:42: error: expected primary-expression before '.' token
else if(s[tz][tx][ty]=='.'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:45:43: error: expected unqualified-id before '&' token
else if(s[tz][tx][ty]=='.'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:45:50: error: expected identifier before '!' token
else if(s[tz][tx][ty]=='.'&&!vis[tz][tx][ty]){
^
0_0_21600799_20293.cpp:55:14: error: 'else' without a previous 'if'
else if(s[tz][tx][ty]=='P'){
^
0_0_21600799_20293.cpp:55:39: error: lvalue required as unary '&' operand
else if(s[tz][tx][ty]=='P'){
^
0_0_21600799_20293.cpp:55:41: error: expected ')' before ';' token
else if(s[tz][tx][ty]=='P'){
^
0_0_21600799_20293.cpp:55:48: error: expected primary-expression before ')' token
else if(s[tz][tx][ty]=='P'){
^
0_0_21600799_20293.cpp: In function 'int main()':
0_0_21600799_20293.cpp:77:22: error: lvalue required as unary '&' operand
s[0][0][0]='*';
^
0_0_21600799_20293.cpp:77:28: error: lvalue required as unary '&' operand
s[0][0][0]='*';
^
|