0_0_4443924_16279.cpp:132: error: redefinition of `int n'
0_0_4443924_16279.cpp:6: error: `int n' previously declared here
0_0_4443924_16279.cpp:132: error: redefinition of `int m'
0_0_4443924_16279.cpp:6: error: `int m' previously declared here
0_0_4443924_16279.cpp:132: error: redefinition of `int t'
0_0_4443924_16279.cpp:6: error: `int t' previously declared here
0_0_4443924_16279.cpp:132: error: redefinition of `int qw'
0_0_4443924_16279.cpp:6: error: `int qw' previously declared here
0_0_4443924_16279.cpp:132: error: redefinition of `int k'
0_0_4443924_16279.cpp:6: error: `int k' previously declared here
0_0_4443924_16279.cpp:132: error: redefinition of `int x'
0_0_4443924_16279.cpp:6: error: `int x' previously declared here
0_0_4443924_16279.cpp:132: error: redefinition of `int y'
0_0_4443924_16279.cpp:6: error: `int y' previously declared here
0_0_4443924_16279.cpp:132: error: redefinition of `int z'
0_0_4443924_16279.cpp:6: error: `int z' previously declared here
0_0_4443924_16279.cpp:134: error: redefinition of `struct wgh'
0_0_4443924_16279.cpp:8: error: previous definition of `struct wgh'
0_0_4443924_16279.cpp:136: error: invalid type in declaration before ';' token
0_0_4443924_16279.cpp:136: error: conflicting declaration 'int tree[80001]'
0_0_4443924_16279.cpp:10: error: 'tree' has a previous declaration as `wgh tree[80001]'
0_0_4443924_16279.cpp:136: error: type mismatch with previous external decl of `int tree[80001]'
0_0_4443924_16279.cpp:10: error: previous external decl of `wgh tree[80001]'
0_0_4443924_16279.cpp:136: error: declaration of `int tree[80001]'
0_0_4443924_16279.cpp:10: error: conflicts with previous declaration `wgh tree[80001]'
0_0_4443924_16279.cpp:137: error: redefinition of `int needk[1001]'
0_0_4443924_16279.cpp:11: error: `int needk[1001]' previously declared here
0_0_4443924_16279.cpp:138: error: redefinition of `char c'
0_0_4443924_16279.cpp:12: error: `char c' previously declared here
0_0_4443924_16279.cpp: In function `void build(int, int, int)':
0_0_4443924_16279.cpp:140: error: redefinition of `void build(int, int, int)'
0_0_4443924_16279.cpp:14: error: `void build(int, int, int)' previously defined here
0_0_4443924_16279.cpp: In function `void renew(wgh&, wgh, wgh)':
0_0_4443924_16279.cpp:153: error: redefinition of `void renew(wgh&, wgh, wgh)'
0_0_4443924_16279.cpp:27: error: `void renew(wgh&, wgh, wgh)' previously defined here
0_0_4443924_16279.cpp: In function `void clear(int, int, int)':
0_0_4443924_16279.cpp:163: error: redefinition of `void clear(int, int, int)'
0_0_4443924_16279.cpp:37: error: `void clear(int, int, int)' previously defined here
0_0_4443924_16279.cpp: In function `int read(int, int, int, int, int)':
0_0_4443924_16279.cpp:179: error: redefinition of `int read(int, int, int, int, int)'
0_0_4443924_16279.cpp:53: error: `int read(int, int, int, int, int)' previously defined here
0_0_4443924_16279.cpp: In function `void update(int, int, int, int, int)':
0_0_4443924_16279.cpp:199: error: redefinition of `void update(int, int, int, int, int)'
0_0_4443924_16279.cpp:73: error: `void update(int, int, int, int, int)' previously defined here
0_0_4443924_16279.cpp: In function `int main()':
0_0_4443924_16279.cpp:217: error: redefinition of `int main()'
0_0_4443924_16279.cpp:91: error: `int main()' previously defined here
|