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_21724564_10895.cpp:43:1: error: stray '\243' in program
 BFS£º0ms
 ^
0_0_21724564_10895.cpp:43:1: error: stray '\272' in program
0_0_21724564_10895.cpp:42:1: error: expected unqualified-id before '--' token
 ---------------------------------------------------------------------------------------
 ^
0_0_21724564_10895.cpp:46:19: error: redefinition of 'char Map [2][11][11]'
 char Map[2][11][11];
                   ^
0_0_21724564_10895.cpp:3:6: note: 'char Map [2][11][11]' previously declared here
 char Map[2][11][11];
      ^
0_0_21724564_10895.cpp:47:19: error: redefinition of 'bool Vis [2][11][11]'
 bool Vis[2][11][11];
                   ^
0_0_21724564_10895.cpp:4:6: note: 'bool Vis [2][11][11]' previously declared here
 bool Vis[2][11][11];
      ^
0_0_21724564_10895.cpp:48:5: error: redefinition of 'int N'
 int N,M,T;
     ^
0_0_21724564_10895.cpp:5:5: note: 'int N' previously declared here
 int N,M,T,F;
     ^
0_0_21724564_10895.cpp:48:7: error: redefinition of 'int M'
 int N,M,T;
       ^
0_0_21724564_10895.cpp:5:7: note: 'int M' previously declared here
 int N,M,T,F;
       ^
0_0_21724564_10895.cpp:48:9: error: redefinition of 'int T'
 int N,M,T;
         ^
0_0_21724564_10895.cpp:5:9: note: 'int T' previously declared here
 int N,M,T,F;
         ^
0_0_21724564_10895.cpp:49:19: error: redefinition of 'const int Dir [4][2]'
 const int Dir[4][2]={1,0,-1,0,0,1,0,-1};
                   ^
0_0_21724564_10895.cpp:6:11: note: 'const int Dir [4][2]' previously defined here
 const int Dir[4][2]={1,0,-1,0,0,1,0,-1};
           ^
0_0_21724564_10895.cpp: In function 'void Init()':
0_0_21724564_10895.cpp:58:13: error: redefinition of 'void Init()'
 inline void Init(){
             ^
0_0_21724564_10895.cpp:7:13: note: 'void Init()' previously defined here
 inline void Init(){
             ^
0_0_21724564_10895.cpp: In function 'int main()':
0_0_21724564_10895.cpp:98:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_21724564_10895.cpp:36:5: note: 'int main()' previously defined here
 int main(){
     ^


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-09-29 19:24:31, Gzip enabled