del13.cpp: In function 'void Find(int)':
del13.cpp:33:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
33 | for(i=1;i<tt.size()-1;i++)
| ~^~~~~~~~~~~~
del13.cpp: In function 'void FF(int)':
del13.cpp:42:9: warning: unused variable 'i' [-Wunused-variable]
42 | int i;
| ^
del13.cpp: In function 'int main()':
del13.cpp:49:11: warning: unused variable 'j' [-Wunused-variable]
49 | int i,j,con,xx=0,ok=0,last,tt=0,ff=0,where;
| ^
del13.cpp:49:13: warning: unused variable 'con' [-Wunused-variable]
49 | int i,j,con,xx=0,ok=0,last,tt=0,ff=0,where;
| ^~~
del13.cpp:49:17: warning: unused variable 'xx' [-Wunused-variable]
49 | int i,j,con,xx=0,ok=0,last,tt=0,ff=0,where;
| ^~
del13.cpp:49:27: warning: unused variable 'last' [-Wunused-variable]
49 | int i,j,con,xx=0,ok=0,last,tt=0,ff=0,where;
| ^~~~
del13.cpp:49:32: warning: unused variable 'tt' [-Wunused-variable]
49 | int i,j,con,xx=0,ok=0,last,tt=0,ff=0,where;
| ^~
del13.cpp:49:37: warning: unused variable 'ff' [-Wunused-variable]
49 | int i,j,con,xx=0,ok=0,last,tt=0,ff=0,where;
| ^~
del13.cpp:49:42: warning: unused variable 'where' [-Wunused-variable]
49 | int i,j,con,xx=0,ok=0,last,tt=0,ff=0,where;
| ^~~~~
del13.cpp:50:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
50 | scanf("%d",&T);
| ~~~~~^~~~~~~~~
del13.cpp:53:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
53 | scanf("%d %d",&N,&M);
| ~~~~~^~~~~~~~~~~~~~~
del13.cpp:86:36: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
86 | for(i=1;i<=M;i++) scanf("%d",&all[i]);
| ~~~~~^~~~~~~~~~~~~~