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_8421538_9356.cpp:226: error: redefinition of `const int maxn'
0_0_8421538_9356.cpp:24: error: `const int maxn' previously defined here
0_0_8421538_9356.cpp:227: error: redefinition of `const int maxm'
0_0_8421538_9356.cpp:25: error: `const int maxm' previously defined here
0_0_8421538_9356.cpp:228: error: redefinition of `const int INF'
0_0_8421538_9356.cpp:26: error: `const int INF' previously defined here
0_0_8421538_9356.cpp:231: error: redefinition of `struct Edge'
0_0_8421538_9356.cpp:29: error: previous definition of `struct Edge'
0_0_8421538_9356.cpp: In function `bool operator<(const Edge&, const Edge&)':
0_0_8421538_9356.cpp:236: error: redefinition of `bool operator<(const Edge&, const Edge&)'
0_0_8421538_9356.cpp:34: error: `bool operator<(const Edge&, const Edge&)' previously defined here
0_0_8421538_9356.cpp: At global scope:
0_0_8421538_9356.cpp:239: error: redefinition of `int n'
0_0_8421538_9356.cpp:37: error: `int n' previously declared here
0_0_8421538_9356.cpp:239: error: redefinition of `int m'
0_0_8421538_9356.cpp:37: error: `int m' previously declared here
0_0_8421538_9356.cpp:239: error: redefinition of `int s'
0_0_8421538_9356.cpp:37: error: `int s' previously declared here
0_0_8421538_9356.cpp:239: error: redefinition of `int t'
0_0_8421538_9356.cpp:37: error: `int t' previously declared here
0_0_8421538_9356.cpp:240: error: redefinition of `std::vector<Edge, std::allocator<Edge> > edges'
0_0_8421538_9356.cpp:38: error: `std::vector<Edge, std::allocator<Edge> > edges' previously declared here
0_0_8421538_9356.cpp:241: error: redefinition of `std::vector<int, std::allocator<int> > G[2110]'
0_0_8421538_9356.cpp:39: error: `std::vector<int, std::allocator<int> > G[2110]' previously declared here
0_0_8421538_9356.cpp:242: error: redefinition of `bool vis[2110]'
0_0_8421538_9356.cpp:40: error: `bool vis[2110]' previously declared here
0_0_8421538_9356.cpp:243: error: redefinition of `int d[2110]'
0_0_8421538_9356.cpp:41: error: `int d[2110]' previously declared here
0_0_8421538_9356.cpp:244: error: redefinition of `int cur[2110]'
0_0_8421538_9356.cpp:42: error: `int cur[2110]' previously declared here
0_0_8421538_9356.cpp:245: error: redefinition of `int p[2110]'
0_0_8421538_9356.cpp:43: error: `int p[2110]' previously declared here
0_0_8421538_9356.cpp:246: error: redefinition of `int num[2110]'
0_0_8421538_9356.cpp:44: error: `int num[2110]' previously declared here
0_0_8421538_9356.cpp: In function `void ClearAll()':
0_0_8421538_9356.cpp:249: error: redefinition of `void ClearAll()'
0_0_8421538_9356.cpp:47: error: `void ClearAll()' previously defined here
0_0_8421538_9356.cpp: In function `void AddEdge(int, int, int)':
0_0_8421538_9356.cpp:255: error: redefinition of `void AddEdge(int, int, int)'
0_0_8421538_9356.cpp:53: error: `void AddEdge(int, int, int)' previously defined here
0_0_8421538_9356.cpp: In function `bool BFS()':
0_0_8421538_9356.cpp:265: error: redefinition of `bool BFS()'
0_0_8421538_9356.cpp:63: error: `bool BFS()' previously defined here
0_0_8421538_9356.cpp: In function `int DFS(int, int)':
0_0_8421538_9356.cpp:289: error: redefinition of `int DFS(int, int)'
0_0_8421538_9356.cpp:87: error: `int DFS(int, int)' previously defined here
0_0_8421538_9356.cpp: In function `int MaxFlow(int, int)':
0_0_8421538_9356.cpp:308: error: redefinition of `int MaxFlow(int, int)'
0_0_8421538_9356.cpp:106: error: `int MaxFlow(int, int)' previously defined here
0_0_8421538_9356.cpp: At global scope:
0_0_8421538_9356.cpp:319: error: redefinition of `bool inq[2110]'
0_0_8421538_9356.cpp:117: error: `bool inq[2110]' previously declared here
0_0_8421538_9356.cpp:320: error: redefinition of `int dist[2110]'
0_0_8421538_9356.cpp:118: error: `int dist[2110]' previously declared here
0_0_8421538_9356.cpp:320: error: redefinition of `int cnt[2110]'
0_0_8421538_9356.cpp:118: error: `int cnt[2110]' previously declared here
0_0_8421538_9356.cpp:321: error: redefinition of `int g[2110][2110]'
0_0_8421538_9356.cpp:119: error: `int g[2110][2110]' previously declared here
0_0_8421538_9356.cpp: In function `void spfa(int)':
0_0_8421538_9356.cpp:323: error: redefinition of `void spfa(int)'
0_0_8421538_9356.cpp:121: error: `void spfa(int)' previously defined here
0_0_8421538_9356.cpp: In function `void solve()':
0_0_8421538_9356.cpp:354: error: redefinition of `void solve()'
0_0_8421538_9356.cpp:152: error: `void solve()' previously defined here
0_0_8421538_9356.cpp: In function `int main()':
0_0_8421538_9356.cpp:397: error: redefinition of `int main()'
0_0_8421538_9356.cpp:195: error: `int main()' previously defined here


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:23:48, Gzip enabled