joi2019_ho_t2.cpp: In function 'int main()':
joi2019_ho_t2.cpp:56:13: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
56 | printf("%lld\n",ans);
| ~~~^ ~~~
| | |
| | int
| long long int
| %d
joi2019_ho_t2.cpp:20:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
20 | scanf(" %lld %lld",&n,&m);
| ~~~~~^~~~~~~~~~~~~~~~~~~~
joi2019_ho_t2.cpp:22:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
22 | scanf(" %lld %lld",&p[i].s,&p[i].v);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
joi2019_ho_t2.cpp:24:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
24 | scanf(" %lld",&f[i]);
| ~~~~~^~~~~~~~~~~~~~~