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_21591592_23791.cpp:16:16: error: stray '#' in program
 char Door[4]={'B','Y','R','G'};
                ^
0_0_21591592_23791.cpp:16:22: error: stray '#' in program
 char Door[4]={'B','Y','R','G'};
                      ^
0_0_21591592_23791.cpp:16:28: error: stray '#' in program
 char Door[4]={'B','Y','R','G'};
                            ^
0_0_21591592_23791.cpp:16:34: error: stray '#' in program
 char Door[4]={'B','Y','R','G'};
                                  ^
0_0_21591592_23791.cpp:16:40: error: stray '#' in program
 char Door[4]={'B','Y','R','G'};
                                        ^
0_0_21591592_23791.cpp:16:46: error: stray '#' in program
 char Door[4]={'B','Y','R','G'};
                                              ^
0_0_21591592_23791.cpp:16:52: error: stray '#' in program
 char Door[4]={'B','Y','R','G'};
                                                    ^
0_0_21591592_23791.cpp:16:58: error: stray '#' in program
 char Door[4]={'B','Y','R','G'};
                                                          ^
0_0_21591592_23791.cpp:17:15: error: stray '#' in program
 char Key[4]={'b','y','r','g'};
               ^
0_0_21591592_23791.cpp:17:21: error: stray '#' in program
 char Key[4]={'b','y','r','g'};
                     ^
0_0_21591592_23791.cpp:17:27: error: stray '#' in program
 char Key[4]={'b','y','r','g'};
                           ^
0_0_21591592_23791.cpp:17:33: error: stray '#' in program
 char Key[4]={'b','y','r','g'};
                                 ^
0_0_21591592_23791.cpp:17:39: error: stray '#' in program
 char Key[4]={'b','y','r','g'};
                                       ^
0_0_21591592_23791.cpp:17:45: error: stray '#' in program
 char Key[4]={'b','y','r','g'};
                                             ^
0_0_21591592_23791.cpp:17:51: error: stray '#' in program
 char Key[4]={'b','y','r','g'};
                                                   ^
0_0_21591592_23791.cpp:17:57: error: stray '#' in program
 char Key[4]={'b','y','r','g'};
                                                         ^
0_0_21591592_23791.cpp:31:28: error: stray '#' in program
         if(map[p.x][p.y]=='X')
                            ^
0_0_21591592_23791.cpp:31:34: error: stray '#' in program
         if(map[p.x][p.y]=='X')
                                  ^
0_0_21591592_23791.cpp:42:60: error: stray '#' in program
             if(q.x<1||q.x>n||q.y<1||q.y>m||map[q.x][q.y]=='#')
                                                            ^
0_0_21591592_23791.cpp:42:64: error: stray '#' in program
             if(q.x<1||q.x>n||q.y<1||q.y>m||map[q.x][q.y]=='#')
                                                                ^
0_0_21591592_23791.cpp:42:66: error: stray '#' in program
             if(q.x<1||q.x>n||q.y<1||q.y>m||map[q.x][q.y]=='#')
                                                                  ^
0_0_21591592_23791.cpp:44:56: error: stray '#' in program
             if(isupper(map[q.x][q.y])&&map[q.x][q.y]!='X')
                                                        ^
0_0_21591592_23791.cpp:44:62: error: stray '#' in program
             if(isupper(map[q.x][q.y])&&map[q.x][q.y]!='X')
                                                              ^
0_0_21591592_23791.cpp:101:32: error: stray '#' in program
                 if(map[i][j]=='*')
                                ^
0_0_21591592_23791.cpp:101:38: error: stray '#' in program
                 if(map[i][j]=='*')
                                      ^
0_0_21591592_23791.cpp:16:17: error: lvalue required as unary '&' operand
 char Door[4]={'B','Y','R','G'};
                 ^
0_0_21591592_23791.cpp:16:19: error: expected '}' before ';' token
 char Door[4]={'B','Y','R','G'};
                   ^
0_0_21591592_23791.cpp:16:20: error: 'B' does not name a type
 char Door[4]={'B','Y','R','G'};
                    ^
0_0_21591592_23791.cpp:16:26: error: expected unqualified-id before ',' token
 char Door[4]={'B','Y','R','G'};
                          ^
0_0_21591592_23791.cpp:16:29: error: expected unqualified-id before numeric constant
 char Door[4]={'B','Y','R','G'};
                             ^
0_0_21591592_23791.cpp:16:29: error: expected constructor, destructor, or type conversion before numeric constant
0_0_21591592_23791.cpp:16:32: error: 'Y' does not name a type
 char Door[4]={'B','Y','R','G'};
                                ^
0_0_21591592_23791.cpp:16:38: error: expected unqualified-id before ',' token
 char Door[4]={'B','Y','R','G'};
                                      ^
0_0_21591592_23791.cpp:16:41: error: expected unqualified-id before numeric constant
 char Door[4]={'B','Y','R','G'};
                                         ^
0_0_21591592_23791.cpp:16:41: error: expected constructor, destructor, or type conversion before numeric constant
0_0_21591592_23791.cpp:16:44: error: 'R' does not name a type
 char Door[4]={'B','Y','R','G'};
                                            ^
0_0_21591592_23791.cpp:16:50: error: expected unqualified-id before ',' token
 char Door[4]={'B','Y','R','G'};
                                                  ^
0_0_21591592_23791.cpp:16:53: error: expected unqualified-id before numeric constant
 char Door[4]={'B','Y','R','G'};
                                                     ^
0_0_21591592_23791.cpp:16:53: error: expected constructor, destructor, or type conversion before numeric constant
0_0_21591592_23791.cpp:16:56: error: 'G' does not name a type
 char Door[4]={'B','Y','R','G'};
                                                        ^
0_0_21591592_23791.cpp:16:62: error: expected declaration before '}' token
 char Door[4]={'B','Y','R','G'};
                                                              ^


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-07-01 13:17:07, Gzip enabled