joi2019_ho_t2.cpp: In function 'int main()':
joi2019_ho_t2.cpp:46:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::stack<int>::size_type' {aka 'long unsigned int'} [-Wformat=]
46 | printf("%d\n",stk.size());
| ~^ ~~~~~~~~~~
| | |
| int std::stack<int>::size_type {aka long unsigned int}
| %ld
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(" %d %d",&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(" %d %d",&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(" %d",&f[i]);
| ~~~~~^~~~~~~~~~~~~