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_29461095_22586.cpp:50:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
0_0_29461095_22586.cpp:50:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^
0_0_29461095_22586.cpp:53:5: error: redefinition of 'int n'
 int n,k,flag;
     ^
0_0_29461095_22586.cpp:4:5: note: 'int n' previously declared here
 int n,k,flag;
     ^
0_0_29461095_22586.cpp:53:7: error: redefinition of 'int k'
 int n,k,flag;
       ^
0_0_29461095_22586.cpp:4:7: note: 'int k' previously declared here
 int n,k,flag;
       ^
0_0_29461095_22586.cpp:53:9: error: redefinition of 'int flag'
 int n,k,flag;
         ^
0_0_29461095_22586.cpp:4:9: note: 'int flag' previously declared here
 int n,k,flag;
         ^
0_0_29461095_22586.cpp:54:16: error: redefinition of 'bool vis [100001]'
 bool vis[100001];
                ^
0_0_29461095_22586.cpp:5:6: note: 'bool vis [100001]' previously declared here
 bool vis[100001];
      ^
0_0_29461095_22586.cpp:55:15: error: redefinition of 'int map1 [200020]'
 int map1[2*max];
               ^
0_0_29461095_22586.cpp:6:5: note: 'int map1 [200020]' previously declared here
 int map1[2*max];
     ^
0_0_29461095_22586.cpp: In function 'bool bfs(int)':
0_0_29461095_22586.cpp:57:6: error: redefinition of 'bool bfs(int)'
 bool bfs(int n)
      ^
0_0_29461095_22586.cpp:8:6: note: 'bool bfs(int)' previously defined here
 bool bfs(int n)
      ^
0_0_29461095_22586.cpp: In function 'int main()':
0_0_29461095_22586.cpp:84:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_29461095_22586.cpp:35: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-28 03:20:49, Gzip enabled