0_0_37127666_1614.cpp: In function 'int main()':
0_0_37127666_1614.cpp:109:40: error: request for member 'clear' in 'se', which is of non-class type 'std::set<int> [100005]'
vec.clear(),q1.clear(),q2.clear(),se.clear();
^
0_0_37127666_1614.cpp:110:7: error: request for member 'clear' in 'que', which is of non-class type 'std::vector<int> [100005]'
que.clear();
^
|