Main.cpp: In function 'int re(int, int, int)':
Main.cpp:23:13: warning: unused variable 'fn' [-Wunused-variable]
23 | int i,j,fn,cl,cr,of;
| ^~
Main.cpp: In function 'int main()':
Main.cpp:97:17: warning: unused variable 'k' [-Wunused-variable]
97 | int i,j,n,q,k,m,cn,cm,fn,fm,cl,cr,cru,ru;
| ^
Main.cpp:97:19: warning: unused variable 'm' [-Wunused-variable]
97 | int i,j,n,q,k,m,cn,cm,fn,fm,cl,cr,cru,ru;
| ^
Main.cpp:97:27: warning: unused variable 'fn' [-Wunused-variable]
97 | int i,j,n,q,k,m,cn,cm,fn,fm,cl,cr,cru,ru;
| ^~
Main.cpp:97:30: warning: unused variable 'fm' [-Wunused-variable]
97 | int i,j,n,q,k,m,cn,cm,fn,fm,cl,cr,cru,ru;
| ^~
Main.cpp:97:39: warning: unused variable 'cru' [-Wunused-variable]
97 | int i,j,n,q,k,m,cn,cm,fn,fm,cl,cr,cru,ru;
| ^~~
Main.cpp:98:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
98 | scanf("%d %d",&n,&q);
| ~~~~~^~~~~~~~~~~~~~~
Main.cpp:101:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
101 | scanf("%d",&ta[i]);
| ~~~~~^~~~~~~~~~~~~
Main.cpp:105:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
105 | scanf("%d %d",&cn,&cm);
| ~~~~~^~~~~~~~~~~~~~~~~