joi2019_ho_t2.cpp: In function 'int main()':
joi2019_ho_t2.cpp:19:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
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]
scanf("%d %d", &S[i], &V[i]);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~
joi2019_ho_t2.cpp:24:31: 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", &C[i]);
~~~~~^~~~~~~~~~~~~