joi2019_ho_t3.cpp: In function 'int main()':
joi2019_ho_t3.cpp:29:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf ("%d %d",&N,&M);
~~~~~~^~~~~~~~~~~~~~~
joi2019_ho_t3.cpp:31:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf ("%d %d",&pic[i].second,&pic[i].first);
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
joi2019_ho_t3.cpp:40:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
for (int i=0;i<M;i++) scanf ("%d",&sz[i]);
~~~~~~^~~~~~~~~~~~~