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_6113665_15060.cpp:275: error: redefinition of `const int maxn'
0_0_6113665_15060.cpp:9: error: `const int maxn' previously defined here
0_0_6113665_15060.cpp:278: error: redefinition of `struct point'
0_0_6113665_15060.cpp:12: error: previous definition of `struct point'
0_0_6113665_15060.cpp:281: error: invalid type in declaration before ';' token
0_0_6113665_15060.cpp:281: error: conflicting declaration 'int a[100000]'
0_0_6113665_15060.cpp:15: error: 'a' has a previous declaration as `point a[100000]'
0_0_6113665_15060.cpp:281: error: type mismatch with previous external decl of `int a[100000]'
0_0_6113665_15060.cpp:15: error: previous external decl of `point a[100000]'
0_0_6113665_15060.cpp:281: error: declaration of `int a[100000]'
0_0_6113665_15060.cpp:15: error: conflicts with previous declaration `point a[100000]'
0_0_6113665_15060.cpp:284: error: redefinition of `struct line'
0_0_6113665_15060.cpp:18: error: previous definition of `struct line'
0_0_6113665_15060.cpp:286: error: invalid type in declaration before ';' token
0_0_6113665_15060.cpp:286: error: conflicting declaration 'int li[100000]'
0_0_6113665_15060.cpp:20: error: 'li' has a previous declaration as `line li[100000]'
0_0_6113665_15060.cpp:286: error: type mismatch with previous external decl of `int li[100000]'
0_0_6113665_15060.cpp:20: error: previous external decl of `line li[100000]'
0_0_6113665_15060.cpp:286: error: declaration of `int li[100000]'
0_0_6113665_15060.cpp:20: error: conflicts with previous declaration `line li[100000]'
0_0_6113665_15060.cpp:288: error: redefinition of `int n'
0_0_6113665_15060.cpp:22: error: `int n' previously declared here
0_0_6113665_15060.cpp:288: error: redefinition of `int m'
0_0_6113665_15060.cpp:22: error: `int m' previously declared here
0_0_6113665_15060.cpp:288: error: redefinition of `int l'
0_0_6113665_15060.cpp:22: error: `int l' previously declared here
0_0_6113665_15060.cpp:288: error: redefinition of `int be[100000]'
0_0_6113665_15060.cpp:22: error: `int be[100000]' previously declared here
0_0_6113665_15060.cpp:288: error: redefinition of `int fa[100000]'
0_0_6113665_15060.cpp:22: error: `int fa[100000]' previously declared here
0_0_6113665_15060.cpp:290: error: redefinition of `std::queue<int, std::deque<int, std::allocator<int> > > q'
0_0_6113665_15060.cpp:24: error: `std::queue<int, std::deque<int, std::allocator<int> > > q' previously declared here
0_0_6113665_15060.cpp: In function `void makeline(int, int)':
0_0_6113665_15060.cpp:293: error: redefinition of `void makeline(int, int)'
0_0_6113665_15060.cpp:27: error: `void makeline(int, int)' previously defined here
0_0_6113665_15060.cpp: In function `void setfa()':
0_0_6113665_15060.cpp:301: error: redefinition of `void setfa()'
0_0_6113665_15060.cpp:35: error: `void setfa()' previously defined here
0_0_6113665_15060.cpp: In function `int max(int, int, int)':
0_0_6113665_15060.cpp:321: error: redefinition of `int max(int, int, int)'
0_0_6113665_15060.cpp:55: error: `int max(int, int, int)' previously defined here
0_0_6113665_15060.cpp: In function `void up(int)':
0_0_6113665_15060.cpp:328: error: redefinition of `void up(int)'
0_0_6113665_15060.cpp:62: error: `void up(int)' previously defined here
0_0_6113665_15060.cpp: In function `void cut(int)':
0_0_6113665_15060.cpp:334: error: redefinition of `void cut(int)'
0_0_6113665_15060.cpp:68: error: `void cut(int)' previously defined here
0_0_6113665_15060.cpp: In function `void left(int)':
0_0_6113665_15060.cpp:345: error: redefinition of `void left(int)'
0_0_6113665_15060.cpp:79: error: `void left(int)' previously defined here
0_0_6113665_15060.cpp: In function `void right(int)':
0_0_6113665_15060.cpp:360: error: redefinition of `void right(int)'
0_0_6113665_15060.cpp:94: error: `void right(int)' previously defined here
0_0_6113665_15060.cpp: In function `void splay(int)':
0_0_6113665_15060.cpp:375: error: redefinition of `void splay(int)'
0_0_6113665_15060.cpp:109: error: `void splay(int)' previously defined here
0_0_6113665_15060.cpp: In function `void access(int)':
0_0_6113665_15060.cpp:402: error: redefinition of `void access(int)'
0_0_6113665_15060.cpp:136: error: `void access(int)' previously defined here
0_0_6113665_15060.cpp: In function `int getroot(int)':
0_0_6113665_15060.cpp:417: error: redefinition of `int getroot(int)'
0_0_6113665_15060.cpp:151: error: `int getroot(int)' previously defined here
0_0_6113665_15060.cpp: In function `int lca(int, int)':
0_0_6113665_15060.cpp:424: error: redefinition of `int lca(int, int)'
0_0_6113665_15060.cpp:158: error: `int lca(int, int)' previously defined here
0_0_6113665_15060.cpp: In function `int qmax(int, int)':
0_0_6113665_15060.cpp:437: error: redefinition of `int qmax(int, int)'
0_0_6113665_15060.cpp:171: error: `int qmax(int, int)' previously defined here
0_0_6113665_15060.cpp: In function `int qsum(int, int)':
0_0_6113665_15060.cpp:451: error: redefinition of `int qsum(int, int)'
0_0_6113665_15060.cpp:185: error: `int qsum(int, int)' previously defined here
0_0_6113665_15060.cpp: In function `void change(int, int)':
0_0_6113665_15060.cpp:465: error: redefinition of `void change(int, int)'
0_0_6113665_15060.cpp:199: error: `void change(int, int)' previously defined here
0_0_6113665_15060.cpp: In function `int main()':
0_0_6113665_15060.cpp:472: error: redefinition of `int main()'
0_0_6113665_15060.cpp:206: 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-11-27 05:07:38, Gzip enabled