insects.cpp: In function 'll check(ll)':
insects.cpp:28:37: warning: comparison of integer expressions of different signedness: 'std::vector<long long int>::size_type' {aka 'long unsigned int'} and 'll' {aka 'long long int'} [-Wsign-compare]
28 | if(v.size()+original.size()==cnt*mx){
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
insects.cpp:30:8: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
30 | for(ll i=0;i<n;i++)
| ^~~
insects.cpp:32:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
32 | for(auto it : v){
| ^~~
insects.cpp:47:37: warning: comparison of integer expressions of different signedness: 'std::vector<long long int>::size_type' {aka 'long unsigned int'} and 'll' {aka 'long long int'} [-Wsign-compare]
47 | if(v.size()+original.size()==cnt*mx){
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
insects.cpp:49:8: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
49 | for(ll i=0;i<n;i++)
| ^~~
insects.cpp:51:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
51 | for(auto it : v){
| ^~~
insects.cpp:57:34: warning: comparison of integer expressions of different signedness: 'std::vector<long long int>::size_type' {aka 'long unsigned int'} and 'll' {aka 'long long int'} [-Wsign-compare]
57 | if(v.size()+original.size()==cnt*mx){
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
insects.cpp:59:8: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
59 | for(ll i=0;i<n;i++)
| ^~~
insects.cpp:61:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
61 | for(auto it : v){
| ^~~