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_21594131_7800.cpp:43:30: error: stray '#' in program
             if(Map[i][j] == 'Y')
                              ^
0_0_21594131_7800.cpp:43:36: error: stray '#' in program
             if(Map[i][j] == 'Y')
                                    ^
0_0_21594131_7800.cpp:62:34: error: stray '#' in program
         if(Map[Now.x][Now.y] == 'G')
                                  ^
0_0_21594131_7800.cpp:62:40: error: stray '#' in program
         if(Map[Now.x][Now.y] == 'G')
                                        ^
0_0_21594131_7800.cpp:72:36: error: stray '#' in program
                 if(Map[xx][yy] == '#' && ss % K != 0) continue;
                                    ^
0_0_21594131_7800.cpp:72:40: error: stray '#' in program
                 if(Map[xx][yy] == '#' && ss % K != 0) continue;
                                        ^
0_0_21594131_7800.cpp:72:42: error: stray '#' in program
                 if(Map[xx][yy] == '#' && ss % K != 0) continue;
                                          ^
0_0_21594131_7800.cpp: In function 'void Read_Graph()':
0_0_21594131_7800.cpp:43:31: error: lvalue required as unary '&' operand
             if(Map[i][j] == 'Y')
                               ^
0_0_21594131_7800.cpp:43:33: error: expected ')' before ';' token
             if(Map[i][j] == 'Y')
                                 ^
0_0_21594131_7800.cpp:43:34: error: 'Y' was not declared in this scope
             if(Map[i][j] == 'Y')
                                  ^
0_0_21594131_7800.cpp:43:40: error: expected primary-expression before ')' token
             if(Map[i][j] == 'Y')
                                        ^
0_0_21594131_7800.cpp: In function 'void Solve()':
0_0_21594131_7800.cpp:62:35: error: lvalue required as unary '&' operand
         if(Map[Now.x][Now.y] == 'G')
                                   ^
0_0_21594131_7800.cpp:62:37: error: expected ')' before ';' token
         if(Map[Now.x][Now.y] == 'G')
                                     ^
0_0_21594131_7800.cpp:62:38: error: 'G' was not declared in this scope
         if(Map[Now.x][Now.y] == 'G')
                                      ^
0_0_21594131_7800.cpp:62:44: error: expected primary-expression before ')' token
         if(Map[Now.x][Now.y] == 'G')
                                            ^
0_0_21594131_7800.cpp:72:37: error: lvalue required as unary '&' operand
                 if(Map[xx][yy] == '#' && ss % K != 0) continue;
                                     ^
0_0_21594131_7800.cpp:72:39: error: expected ')' before ';' token
                 if(Map[xx][yy] == '#' && ss % K != 0) continue;
                                       ^
0_0_21594131_7800.cpp:72:43: error: lvalue required as unary '&' operand
                 if(Map[xx][yy] == '#' && ss % K != 0) continue;
                                           ^
0_0_21594131_7800.cpp:72:55: error: invalid operands of types 'void*' and 'int' to binary 'operator%'
                 if(Map[xx][yy] == '#' && ss % K != 0) continue;
                                                       ^
0_0_21594131_7800.cpp:72:50: error: label 'ss' used but not defined
                 if(Map[xx][yy] == '#' && ss % K != 0) continue;
                                                  ^


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-19 08:26:15, Gzip enabled