joi2019_ho_t2.cpp: In function 'int main()':
joi2019_ho_t2.cpp:34:6: error: expected ';' before '}' token
34 | i--
| ^
| ;
35 | }
| ~
joi2019_ho_t2.cpp:19:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
19 | scanf(" %d %d",&n,&m);
| ~~~~~^~~~~~~~~~~~~~~~
joi2019_ho_t2.cpp:21:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
21 | scanf(" %d %d",&p[i].s,&p[i].v);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
joi2019_ho_t2.cpp:23:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
23 | scanf(" %d",&f[i]);
| ~~~~~^~~~~~~~~~~~~