foo.cc: In function 'int main(int, const char**)':
foo.cc:86:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d", &n, &m);
^
foo.cc:89:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &a[i][j]);
^
foo.cc:92:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &k);
^
foo.cc:95:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d", &x, &y);
^
自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-05-11T12:40:29.865Z","handle":"2020-05-11T12:40:29.865Z","cache_start":"2020-05-11T12:40:29.873Z","read_cases":"2020-05-11T12:40:29.983Z","judge":"2020-05-11T12:40:29.984Z","done":"2020-05-11T12:40:32.585Z"}