semiexpress.cpp: In function 'int main()':
semiexpress.cpp:16:27: warning: unused variable 'x' [-Wunused-variable]
16 | long long N,M,K,a,b,c,x,y,z,t,ans=0,con=0,now=0,i;
| ^
semiexpress.cpp:16:29: warning: unused variable 'y' [-Wunused-variable]
16 | long long N,M,K,a,b,c,x,y,z,t,ans=0,con=0,now=0,i;
| ^
semiexpress.cpp:16:31: warning: unused variable 'z' [-Wunused-variable]
16 | long long N,M,K,a,b,c,x,y,z,t,ans=0,con=0,now=0,i;
| ^
semiexpress.cpp:16:47: warning: unused variable 'now' [-Wunused-variable]
16 | long long N,M,K,a,b,c,x,y,z,t,ans=0,con=0,now=0,i;
| ^~~
semiexpress.cpp:17:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
17 | scanf("%lld %lld %lld",&N,&M,&K);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
semiexpress.cpp:18:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
18 | scanf("%lld %lld %lld",&a,&b,&c);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
semiexpress.cpp:19:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
19 | scanf("%lld",&t);
| ~~~~~^~~~~~~~~~~
semiexpress.cpp:22:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
22 | scanf("%lld",&all[i]);
| ~~~~~^~~~~~~~~~~~~~~~