joi2019_ho_t2.cpp: In function 'int main()':
joi2019_ho_t2.cpp:20:11: error: 'struct std::pair<int, int>' has no member named 's'
20 | if(p[i].s <= f[j])
| ^
joi2019_ho_t2.cpp:10:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
10 | scanf(" %d %d",&n,&m);
| ~~~~~^~~~~~~~~~~~~~~~
joi2019_ho_t2.cpp:12:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
12 | scanf(" %d %d",&p[i].second,&p[i].first);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
joi2019_ho_t2.cpp:14:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
14 | scanf(" %d",&f[i]);
| ~~~~~^~~~~~~~~~~~~