0_0_9767033_31420.cpp:134: error: redefinition of `struct Tree'
0_0_9767033_31420.cpp:8: error: previous definition of `struct Tree'
0_0_9767033_31420.cpp:136: error: invalid type in declaration before ';' token
0_0_9767033_31420.cpp:136: error: conflicting declaration 'int tree[40020]'
0_0_9767033_31420.cpp:10: error: 'tree' has a previous declaration as `Tree tree[40020]'
0_0_9767033_31420.cpp:136: error: type mismatch with previous external decl of `int tree[40020]'
0_0_9767033_31420.cpp:10: error: previous external decl of `Tree tree[40020]'
0_0_9767033_31420.cpp:136: error: declaration of `int tree[40020]'
0_0_9767033_31420.cpp:10: error: conflicts with previous declaration `Tree tree[40020]'
0_0_9767033_31420.cpp:138: error: redefinition of `struct ScanLine'
0_0_9767033_31420.cpp:12: error: previous definition of `struct ScanLine'
0_0_9767033_31420.cpp:140: error: invalid type in declaration before ';' token
0_0_9767033_31420.cpp:140: error: conflicting declaration 'int sl[210]'
0_0_9767033_31420.cpp:14: error: 'sl' has a previous declaration as `ScanLine sl[210]'
0_0_9767033_31420.cpp:140: error: type mismatch with previous external decl of `int sl[210]'
0_0_9767033_31420.cpp:14: error: previous external decl of `ScanLine sl[210]'
0_0_9767033_31420.cpp:140: error: declaration of `int sl[210]'
0_0_9767033_31420.cpp:14: error: conflicts with previous declaration `ScanLine sl[210]'
0_0_9767033_31420.cpp:141: error: redefinition of `int ans[105]'
0_0_9767033_31420.cpp:15: error: `int ans[105]' previously declared here
0_0_9767033_31420.cpp:141: error: redefinition of `int st[10005][105]'
0_0_9767033_31420.cpp:15: error: `int st[10005][105]' previously declared here
0_0_9767033_31420.cpp:141: error: redefinition of `int no_col[105]'
0_0_9767033_31420.cpp:15: error: `int no_col[105]' previously declared here
0_0_9767033_31420.cpp: In function `int cmp(const void*, const void*)':
0_0_9767033_31420.cpp:144: error: redefinition of `int cmp(const void*, const void*)'
0_0_9767033_31420.cpp:18: error: `int cmp(const void*, const void*)' previously defined here
0_0_9767033_31420.cpp: In function `void build(int, int, int)':
0_0_9767033_31420.cpp:162: error: redefinition of `void build(int, int, int)'
0_0_9767033_31420.cpp:36: error: `void build(int, int, int)' previously defined here
0_0_9767033_31420.cpp: In function `void update(int, int, int, int)':
0_0_9767033_31420.cpp:171: error: redefinition of `void update(int, int, int, int)'
0_0_9767033_31420.cpp:45: error: `void update(int, int, int, int)' previously defined here
0_0_9767033_31420.cpp: In function `int main()':
0_0_9767033_31420.cpp:205: error: redefinition of `int main()'
0_0_9767033_31420.cpp:79: error: `int main()' previously defined here
|