insects.cpp: In function 'bool check(int)':
insects.cpp:17:13: error: 'use' was not declared in this scope; did you mean 'pause'?
17 | if(!use[i])continue;
| ^~~
| pause
insects.cpp:4:12: error: request for member 'push_back' in 'fosure.std::vector<int>::operator[](((std::vector<int>::size_type)x))', which is of non-class type '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'}
4 | #define pb push_back
| ^~~~~~~~~
insects.cpp:31:23: note: in expansion of macro 'pb'
31 | fosure[x].pb(x);
| ^~
insects.cpp:32:13: error: 'use' was not declared in this scope; did you mean 'pause'?
32 | use[x] = 0;
| ^~~
| pause
insects.cpp: In function 'int min_cardinality(int)':
insects.cpp:49:9: error: 'use' was not declared in this scope; did you mean 'pause'?
49 | use[i] = 1;
| ^~~
| pause