insects.cpp: In function 'void move_inside(long long int)':
insects.cpp:22:15: error: 'n' was not declared in this scope
22 | int t=rand(1,n);
| ^
insects.cpp:24:12: error: 'T' was not declared in this scope
24 | if(s.find(T[i])!=s.end()) f=2;
| ^
insects.cpp: In function 'void move_outside(long long int)':
insects.cpp:27:24: error: 'n' was not declared in this scope
27 | s.erase(s.find(rand(1,n)));
| ^
insects.cpp: In function 'long long int min_cardinality(long long int)':
insects.cpp:35:17: error: 'n' was not declared in this scope
35 | for(int i=0; i<n; i++){
| ^
insects.cpp:43:16: error: 'n' was not declared in this scope
43 | return rand(1,n/type);
| ^