foo.cc: In function 'int main()':
foo.cc:62:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &n);
  ~~~~~^~~~~~~~~~
foo.cc:65:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d", &a[i][j]);
    ~~~~~^~~~~~~~~~~~~~~~
foo.cc:68:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d", &b[i][j]);
    ~~~~~^~~~~~~~~~~~~~~~
自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
   
  
    {"receive":"2020-07-13T12:34:10.505Z","handle":"2020-07-13T12:34:10.505Z","cache_start":"2020-07-13T12:34:10.510Z","read_cases":"2020-07-13T12:34:10.626Z","judge":"2020-07-13T12:34:10.629Z","done":"2020-07-13T12:34:37.728Z"}