foo.cc: In function 'int main()':
foo.cc:120:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d", &n, &m);
~~~~~^~~~~~~~~~~~~~~~~
foo.cc:123:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d", &coordin[i][1], &coordin[i][2]);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:127:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d",&x,&y);
~~~~~^~~~~~~~~~~~~~~
自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-07-29T13:01:55.252Z","handle":"2020-07-29T13:01:55.252Z","cache_start":"2020-07-29T13:01:55.259Z","read_cases":"2020-07-29T13:01:55.366Z","judge":"2020-07-29T13:01:55.367Z","done":"2020-07-29T13:01:55.800Z"}