Main.cpp: In function 'int main()':
Main.cpp:9:26: warning: unused variable 'cm' [-Wunused-variable]
9 | long long i,j,n,m,cn,cm,fn,fm,cl,cr,mid,cru;
| ^~
Main.cpp:9:29: warning: unused variable 'fn' [-Wunused-variable]
9 | long long i,j,n,m,cn,cm,fn,fm,cl,cr,mid,cru;
| ^~
Main.cpp:9:32: warning: unused variable 'fm' [-Wunused-variable]
9 | long long i,j,n,m,cn,cm,fn,fm,cl,cr,mid,cru;
| ^~
Main.cpp:9:35: warning: unused variable 'cl' [-Wunused-variable]
9 | long long i,j,n,m,cn,cm,fn,fm,cl,cr,mid,cru;
| ^~
Main.cpp:9:38: warning: unused variable 'cr' [-Wunused-variable]
9 | long long i,j,n,m,cn,cm,fn,fm,cl,cr,mid,cru;
| ^~
Main.cpp:9:41: warning: unused variable 'mid' [-Wunused-variable]
9 | long long i,j,n,m,cn,cm,fn,fm,cl,cr,mid,cru;
| ^~~
Main.cpp:10:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
10 | scanf("%lld",&n);
| ~~~~~^~~~~~~~~~~
Main.cpp:13:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
13 | scanf("%lld",&val[i]);
| ~~~~~^~~~~~~~~~~~~~~~
Main.cpp:31:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
31 | scanf("%lld",&m);
| ~~~~~^~~~~~~~~~~
Main.cpp:35:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
35 | scanf("%lld",&cn);
| ~~~~~^~~~~~~~~~~~