del13.cpp: In function 'int F(int, int)':
del13.cpp:17:11: warning: unused variable 'ok' [-Wunused-variable]
17 | int x,ok=1,i,y;
| ^~
del13.cpp: In function 'void Find(int)':
del13.cpp:70:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
70 | for(i=1;i<tt.size()-1;i++)
| ~^~~~~~~~~~~~
del13.cpp: In function 'int main()':
del13.cpp:77:11: warning: unused variable 'j' [-Wunused-variable]
77 | int i,j,con,xx=0,ok=0,last,tt=0;
| ^
del13.cpp:77:13: warning: unused variable 'con' [-Wunused-variable]
77 | int i,j,con,xx=0,ok=0,last,tt=0;
| ^~~
del13.cpp:77:17: warning: unused variable 'xx' [-Wunused-variable]
77 | int i,j,con,xx=0,ok=0,last,tt=0;
| ^~
del13.cpp:78:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
78 | scanf("%d",&T);
| ~~~~~^~~~~~~~~
del13.cpp:81:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
81 | scanf("%d %d",&N,&M);
| ~~~~~^~~~~~~~~~~~~~~
del13.cpp:88:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
88 | scanf("%d",&all[i]);
| ~~~~~^~~~~~~~~~~~~~
del13.cpp:98:35: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
98 | for(i=0;i<M;i++) scanf("%d",&all[i]);
| ~~~~~^~~~~~~~~~~~~~