0_0_4532129_25750.cpp:125: error: redefinition of `struct Node'
0_0_4532129_25750.cpp:11: error: previous definition of `struct Node'
0_0_4532129_25750.cpp:130: error: invalid type in declaration before ';' token
0_0_4532129_25750.cpp:130: error: conflicting declaration 'int segTree[603]'
0_0_4532129_25750.cpp:16: error: 'segTree' has a previous declaration as `Node segTree[603]'
0_0_4532129_25750.cpp:130: error: type mismatch with previous external decl of `int segTree[603]'
0_0_4532129_25750.cpp:16: error: previous external decl of `Node segTree[603]'
0_0_4532129_25750.cpp:130: error: declaration of `int segTree[603]'
0_0_4532129_25750.cpp:16: error: conflicts with previous declaration `Node segTree[603]'
0_0_4532129_25750.cpp:132: error: redefinition of `struct Line'
0_0_4532129_25750.cpp:18: error: previous definition of `struct Line'
0_0_4532129_25750.cpp:135: error: invalid type in declaration before ';' token
0_0_4532129_25750.cpp:135: error: conflicting declaration 'int line[201]'
0_0_4532129_25750.cpp:21: error: 'line' has a previous declaration as `Line line[201]'
0_0_4532129_25750.cpp:135: error: type mismatch with previous external decl of `int line[201]'
0_0_4532129_25750.cpp:21: error: previous external decl of `Line line[201]'
0_0_4532129_25750.cpp:135: error: declaration of `int line[201]'
0_0_4532129_25750.cpp:21: error: conflicts with previous declaration `Line line[201]'
0_0_4532129_25750.cpp: In function `bool cmp(Line, Line)':
0_0_4532129_25750.cpp:142: error: redefinition of `bool cmp(Line, Line)'
0_0_4532129_25750.cpp:28: error: `bool cmp(Line, Line)' previously defined here
0_0_4532129_25750.cpp: At global scope:
0_0_4532129_25750.cpp:146: error: redefinition of `double y[201]'
0_0_4532129_25750.cpp:32: error: `double y[201]' previously declared here
0_0_4532129_25750.cpp: In function `void Build(int, int, int)':
0_0_4532129_25750.cpp:148: error: redefinition of `void Build(int, int, int)'
0_0_4532129_25750.cpp:34: error: `void Build(int, int, int)' previously defined here
0_0_4532129_25750.cpp: In function `void calen(int)':
0_0_4532129_25750.cpp:159: error: redefinition of `void calen(int)'
0_0_4532129_25750.cpp:45: error: `void calen(int)' previously defined here
0_0_4532129_25750.cpp: In function `void update(int, Line)':
0_0_4532129_25750.cpp:169: error: redefinition of `void update(int, Line)'
0_0_4532129_25750.cpp:55: error: `void update(int, Line)' previously defined here
0_0_4532129_25750.cpp: In function `int main()':
0_0_4532129_25750.cpp:190: error: redefinition of `int main()'
0_0_4532129_25750.cpp:76: error: `int main()' previously defined here
|