0_0_37035336_14741.cpp:56:8: error: redefinition of 'struct qqq'
struct qqq{
^
0_0_37035336_14741.cpp:4:8: error: previous definition of 'struct qqq'
struct qqq{
^
0_0_37035336_14741.cpp:58:11: error: invalid type in declaration before ';' token
}a[100005];
^
0_0_37035336_14741.cpp:58:11: error: conflicting declaration 'int a [100005]'
0_0_37035336_14741.cpp:6:2: note: previous declaration as 'qqq a [100005]'
}a[100005];
^
0_0_37035336_14741.cpp: In function 'bool operator<(const qqq&, const qqq&)':
0_0_37035336_14741.cpp:59:6: error: redefinition of 'bool operator<(const qqq&, const qqq&)'
bool operator <(const qqq & a, const qqq & b)
^
0_0_37035336_14741.cpp:7:6: note: 'bool operator<(const qqq&, const qqq&)' previously defined here
bool operator <(const qqq & a, const qqq & b)
^
0_0_37035336_14741.cpp: In function 'int main()':
0_0_37035336_14741.cpp:65:5: error: redefinition of 'int main()'
int main()
^
0_0_37035336_14741.cpp:13:5: note: 'int main()' previously defined here
int main()
^
|