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