arboras.cpp: In function 'int main()':
arboras.cpp:29:7: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
29 | scanf("%lld",&n);
| ~~~~~^~~~~~~~~~~
arboras.cpp:32:8: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
32 | scanf("%lld",&k);
| ~~~~~^~~~~~~~~~~
arboras.cpp:38:8: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
38 | scanf("%lld",a+i);
| ~~~~~^~~~~~~~~~~~
arboras.cpp:40:7: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
40 | scanf("%lld",&t);
| ~~~~~^~~~~~~~~~~
arboras.cpp:45:9: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
45 | scanf("%lld%lld",&k,&l);
| ~~~~~^~~~~~~~~~~~~~~~~~