0_0_3795162_4998.cpp:33: error: invalid token
0_0_3795162_4998.cpp:33: error: expected constructor, destructor, or type conversion before '<' token
0_0_3795162_4998.cpp:33: error: expected `,' or `;' before '<' token
0_0_3795162_4998.cpp:37: error: redefinition of `struct time'
0_0_3795162_4998.cpp:5: error: previous definition of `struct time'
0_0_3795162_4998.cpp:39: error: invalid type in declaration before ';' token
0_0_3795162_4998.cpp:39: error: conflicting declaration 'int T[1000]'
0_0_3795162_4998.cpp:7: error: 'T' has a previous declaration as `time T[1000]'
0_0_3795162_4998.cpp:39: error: type mismatch with previous external decl of `int T[1000]'
0_0_3795162_4998.cpp:7: error: previous external decl of `time T[1000]'
0_0_3795162_4998.cpp:39: error: declaration of `int T[1000]'
0_0_3795162_4998.cpp:7: error: conflicts with previous declaration `time T[1000]'
0_0_3795162_4998.cpp: In function `int cmp(time, time)':
0_0_3795162_4998.cpp:41: error: redefinition of `int cmp(time, time)'
0_0_3795162_4998.cpp:9: error: `int cmp(time, time)' previously defined here
0_0_3795162_4998.cpp: In function `int main()':
0_0_3795162_4998.cpp:45: error: redefinition of `int main()'
0_0_3795162_4998.cpp:13: error: `int main()' previously defined here
|