foo.cc: In function 'int main()':
foo.cc:10:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
10 | scanf("%lld %lld",&n,&m);
| ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:12:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
12 | scanf("%lld",&s[i]);
| ~~~~~^~~~~~~~~~~~~~
foo.cc:24:2: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
24 | if(k<0)
| ^~
[Hydro](https://hydro.ac)提供评测服务