0_0_34481921_3750.cpp: In function 'int main()':
0_0_34481921_3750.cpp:53:38: error: request for member 'clear' in 'edge[i]', which is of non-class type 'bool [1005]'
for(int i=1;i<=maxn-11;++i)edge[i].clear();
^
0_0_34481921_3750.cpp:74:13: error: request for member 'push_back' in 'edge[i]', which is of non-class type 'bool [1005]'
edge[i].push_back(j);
^
|