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_23592737_11760.cpp:128:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
0_0_23592737_11760.cpp:128:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^
0_0_23592737_11760.cpp:131:15: error: redefinition of 'int vis [55][55]'
 int vis[55][55];
               ^
0_0_23592737_11760.cpp:4:5: note: 'int vis [55][55]' previously declared here
 int vis[55][55];
     ^
0_0_23592737_11760.cpp:132:16: error: redefinition of 'int viss [55][55]'
 int viss[55][55];
                ^
0_0_23592737_11760.cpp:5:5: note: 'int viss [55][55]' previously declared here
 int viss[55][55];
     ^
0_0_23592737_11760.cpp:133:5: error: redefinition of 'int n'
 int n;
     ^
0_0_23592737_11760.cpp:6:5: note: 'int n' previously declared here
 int n;
     ^
0_0_23592737_11760.cpp:134:10: error: redefinition of 'int rk [12]'
 int rk[12];
          ^
0_0_23592737_11760.cpp:7:5: note: 'int rk [12]' previously declared here
 int rk[12];
     ^
0_0_23592737_11760.cpp:135:9: error: redefinition of 'int wx [4]'
 int wx[4]={1,-1,0,0};
         ^
0_0_23592737_11760.cpp:8:5: note: 'int wx [4]' previously defined here
 int wx[4]={1,-1,0,0};
     ^
0_0_23592737_11760.cpp:136:9: error: redefinition of 'int wy [4]'
 int wy[4]={0,0,1,-1};
         ^
0_0_23592737_11760.cpp:9:5: note: 'int wy [4]' previously defined here
 int wy[4]={0,0,1,-1};
     ^
0_0_23592737_11760.cpp:137:8: error: redefinition of 'struct node'
 struct node
        ^
0_0_23592737_11760.cpp:10:8: error: previous definition of 'struct node'
 struct node
        ^
0_0_23592737_11760.cpp:144:8: error: invalid type in declaration before ';' token
 }ss[12];
        ^
0_0_23592737_11760.cpp:144:8: error: conflicting declaration 'int ss [12]'
0_0_23592737_11760.cpp:17:2: note: previous declaration as 'node ss [12]'
 }ss[12];
  ^
0_0_23592737_11760.cpp:145:18: error: redefinition of 'std::vector<node> qq [15]'
 vector<node>qq[15];
                  ^
0_0_23592737_11760.cpp:18:13: note: 'std::vector<node> qq [15]' previously declared here
 vector<node>qq[15];
             ^
0_0_23592737_11760.cpp: In function 'int bfs(int, int, int, int)':
0_0_23592737_11760.cpp:146:5: error: redefinition of 'int bfs(int, int, int, int)'
 int bfs(int x,int y,int k,int o)
     ^
0_0_23592737_11760.cpp:19:5: note: 'int bfs(int, int, int, int)' previously defined here
 int bfs(int x,int y,int k,int o)
     ^
0_0_23592737_11760.cpp: In function 'int main()':
0_0_23592737_11760.cpp:175:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_23592737_11760.cpp:48: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-11-26 17:46:05, Gzip enabled