island.cpp: In function 'int main()':
island.cpp:49:23: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
49 | for(j=0; j<pat[cn].size(); j++)
| ~^~~~~~~~~~~~~~~
island.cpp:21:32: warning: unused variable 'fm' [-Wunused-variable]
21 | long long i,j,n,m,cn,cm,fn,fm,cou,cva;
| ^~
island.cpp:22:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
22 | scanf("%lld %lld",&n,&m);
| ~~~~~^~~~~~~~~~~~~~~~~~~
island.cpp:25:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
25 | scanf("%lld",&npop[i]);
| ~~~~~^~~~~~~~~~~~~~~~~
island.cpp:29:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
29 | scanf("%lld %lld",&cn,&cm);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~