F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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]='*';
                            ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-16 21:02:47, Gzip enabled